#D8219E

Color #D8219E Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #D8219E

Tints of Deep Cerise #D8219E

Color information

#D8219E (or 0xD8219E) is unknown color: approx Deep Cerise. HEX triplet: D8, 21 and 9E. RGB value is (216,33,158). Sum of RGB (Red+Green+Blue) = 216+33+158=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 33 (13.28% from 255 or 8.11% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D8219E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8219E is #27DE61. Grayscale: #656565. Windows color (decimal): -2612834 or 10363352. OLE color: 10363352.

HSL color Cylindrical-coordinate representation of color #D8219E: hue angle of 319.02º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D8219E is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB21633158-
CMYK00.850.270.15
HSL319.02º73.49%48.82%-
HSV(B)319.02º84.72%84.71%-
XYZ35.0318.1634.01-
YUV101.97159.63209.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 53.07%
GREEN value IS 33 (13.28% from 255) = 8.11%
BLUE value IS 158 (62.11% from 255) = 38.82%
R=53.07%
G=8.11%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163315800.850.270.15319.0273.4948.82
HexD8219E0551BF13f4931
Octal330412360125331747711161
Binary1101100010000110011110010101011101111111001111111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8219E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8219E; }

 p { color: rgb(216,33,158); }

 H1.HeaderClassName
 {
   color: #D8219E;
 }
 .AnyTagClassName
 {
   color: #D8219E;
 }
</style>
background-color css

<style>
 a { background-color: #D8219E; }

 a { background-color: rgb(216,33,158); }

 div.DivClassName
 {
   background-color: #D8219E;
 }
 .BgClassName
 {
   background-color: #D8219E;
 }
</style>
border-color css

<style>
 span { border-color: #D8219E; }

 span { border-color: rgb(216,33,158); }

 td.TdClassName
 {
   border-color: #D8219E;
 }
 .TagClassName
 {
   border-color: #D8219E;
 }
</style>