Html Css Color HEX #D02972 Cerise

📋 copy color: '#D02972'

red 208 ◦ green 41 ◦ blue 114

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

Shades of Cerise #D02972

Tints of Cerise #D02972

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.29%

 BLUE value IS 114 (44.92% from 255) = 31.4%

R = 57.3%
G = 11.29%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D02972 (or 0xD02972) is known color: Cerise. HEX triplet: D0, 29 and 72. RGB value is (208,41,114). Sum of RGB (Red+Green+Blue) = 208+41+114=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D02972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02972 is #2FD68D. Grayscale: #636363. Windows color (decimal): -3135118 or 7481808. OLE color: 7481808.

HSL color Cylindrical-coordinate representation of color #D02972: hue angle of 333.77º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02972 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 41 114 -
CMYK 0 0.80 0.45 0.18
HSL 333.77º 0.67% 0.49% -
HSV(B) 333.77º 0.8% 0.82% -
XYZ 29.84 16.21 17.48 -
YUV 99.26 136.33 205.56 -
System Red Green Blue C M Y K H S L
Decimal 208 41 114 0 0.80 0.45 0.18 333.77 0.67 0.49
Hex D0 29 72 0 50 2D 12 14E 43 31
Octal 320 51 162 0 120 55 22 516 103 61
Binary 11010000 101001 1110010 0 1010000 101101 10010 101001110 1000011 110001

Color Harmonies of #D02972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02972

Black with #D02972

Text Example


Text Example

White with #D02972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02972; }

 p { color: rgb(208,41,114); }

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

background-color css

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

 a { background-color: rgb(208,41,114); }

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

border-color css

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

 span { border-color: rgb(208,41,114); }

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