Html Css Color HEX #D02689 Deep Cerise

📋 copy color: '#D02689'

red 208 ◦ green 38 ◦ blue 137

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

Shades of Deep Cerise #D02689

Tints of Deep Cerise #D02689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 35.77%

R = 54.31%
G = 9.92%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D02689 (or 0xD02689) is known color: Deep Cerise. HEX triplet: D0, 26 and 89. RGB value is (208,38,137). Sum of RGB (Red+Green+Blue) = 208+38+137=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 38 (15.23% from 255 or 9.92% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D02689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02689 is #2FD976. Grayscale: #636363. Windows color (decimal): -3135863 or 8988368. OLE color: 8988368.

HSL color Cylindrical-coordinate representation of color #D02689: hue angle of 325.06º 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 #D02689 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 38 137 -
CMYK 0 0.82 0.34 0.18
HSL 325.06º 0.69% 0.48% -
HSV(B) 325.06º 0.82% 0.82% -
XYZ 31.22 16.6 25.23 -
YUV 100.12 148.82 204.95 -
System Red Green Blue C M Y K H S L
Decimal 208 38 137 0 0.82 0.34 0.18 325.06 0.69 0.48
Hex D0 26 89 0 52 22 12 145 45 30
Octal 320 46 211 0 122 42 22 505 105 60
Binary 11010000 100110 10001001 0 1010010 100010 10010 101000101 1000101 110000

Color Harmonies of #D02689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02689

Black with #D02689

Text Example


Text Example

White with #D02689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02689; }

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

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

background-color css

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

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

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

border-color css

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

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

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