Html Css Color HEX #D02869 Cerise

📋 copy color: '#D02869'

red 208 ◦ green 40 ◦ blue 105

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

Shades of Cerise #D02869

Tints of Cerise #D02869

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.33%

 BLUE value IS 105 (41.41% from 255) = 29.75%

R = 58.92%
G = 11.33%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D02869 (or 0xD02869) is known color: Cerise. HEX triplet: D0, 28 and 69. RGB value is (208,40,105). Sum of RGB (Red+Green+Blue) = 208+40+105=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D02869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02869 is #2FD796. Grayscale: #616161. Windows color (decimal): -3135383 or 6891728. OLE color: 6891728.

HSL color Cylindrical-coordinate representation of color #D02869: hue angle of 336.79º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D02869 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 40 105 -
CMYK 0 0.81 0.50 0.18
HSL 336.79º 0.68% 0.49% -
HSV(B) 336.79º 0.81% 0.82% -
XYZ 29.32 15.95 14.9 -
YUV 97.64 132.16 206.71 -
System Red Green Blue C M Y K H S L
Decimal 208 40 105 0 0.81 0.50 0.18 336.79 0.68 0.49
Hex D0 28 69 0 51 32 12 151 44 31
Octal 320 50 151 0 121 62 22 521 104 61
Binary 11010000 101000 1101001 0 1010001 110010 10010 101010001 1000100 110001

Color Harmonies of #D02869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02869

Black with #D02869

Text Example


Text Example

White with #D02869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02869; }

 p { color: rgb(208,40,105); }

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

background-color css

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

 a { background-color: rgb(208,40,105); }

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

border-color css

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

 span { border-color: rgb(208,40,105); }

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