Html Css Color HEX #D02659 Cerise

📋 copy color: '#D02659'

red 208 ◦ green 38 ◦ blue 89

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

Shades of Cerise #D02659

Tints of Cerise #D02659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.57%

R = 62.09%
G = 11.34%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D02659 (or 0xD02659) is known color: Cerise. HEX triplet: D0, 26 and 59. RGB value is (208,38,89). Sum of RGB (Red+Green+Blue) = 208+38+89=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D02659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02659 is #2FD9A6. Grayscale: #5E5E5E. Windows color (decimal): -3135911 or 5842640. OLE color: 5842640.

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

Color convert

RGB 208 38 89 -
CMYK 0 0.82 0.57 0.18
HSL 342º 0.69% 0.48% -
HSV(B) 342º 0.82% 0.82% -
XYZ 28.51 15.52 10.94 -
YUV 94.64 124.82 208.85 -
System Red Green Blue C M Y K H S L
Decimal 208 38 89 0 0.82 0.57 0.18 342 0.69 0.48
Hex D0 26 59 0 52 39 12 156 45 30
Octal 320 46 131 0 122 71 22 526 105 60
Binary 11010000 100110 1011001 0 1010010 111001 10010 101010110 1000101 110000

Color Harmonies of #D02659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02659

Black with #D02659

Text Example


Text Example

White with #D02659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02659; }

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

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

background-color css

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

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

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

border-color css

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

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

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