Html Css Color HEX #D02691 Deep Cerise

📋 copy color: '#D02691'

red 208 ◦ green 38 ◦ blue 145

#D02691
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D02691

Tints of Deep Cerise #D02691

RGB

 RED value IS 208 (81.64% from 255) = 53.2%

 GREEN value IS 38 (15.23% from 255) = 9.72%

 BLUE value IS 145 (57.03% from 255) = 37.08%

R = 53.2%
G = 9.72%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D02691 (or 0xD02691) is known color: Deep Cerise. HEX triplet: D0, 26 and 91. RGB value is (208,38,145). Sum of RGB (Red+Green+Blue) = 208+38+145=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 38 (15.23% from 255 or 9.72% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D02691 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02691 is #2FD96E. Grayscale: #646464. Windows color (decimal): -3135855 or 9512656. OLE color: 9512656.

HSL color Cylindrical-coordinate representation of color #D02691: hue angle of 322.24º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02691 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 38 145 -
CMYK 0 0.82 0.30 0.18
HSL 322.24º 0.69% 0.48% -
HSV(B) 322.24º 0.82% 0.82% -
XYZ 31.82 16.84 28.36 -
YUV 101.03 152.82 204.3 -
System Red Green Blue C M Y K H S L
Decimal 208 38 145 0 0.82 0.30 0.18 322.24 0.69 0.48
Hex D0 26 91 0 52 1E 12 142 45 30
Octal 320 46 221 0 122 36 22 502 105 60
Binary 11010000 100110 10010001 0 1010010 11110 10010 101000010 1000101 110000

Color Harmonies of #D02691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02691

Black with #D02691

Text Example


Text Example

White with #D02691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02691; }

 p { color: rgb(208,38,145); }

 H1.HeaderClassName
 {
   color: #D02691;
 }
 .AnyTagClassName
 {
   color: #D02691;
 }
</style>

background-color css

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

 a { background-color: rgb(208,38,145); }

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

border-color css

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

 span { border-color: rgb(208,38,145); }

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