Html Css Color HEX #D02170 Cerise

📋 copy color: '#D02170'

red 208 ◦ green 33 ◦ blue 112

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

Shades of Cerise #D02170

Tints of Cerise #D02170

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.35%

 BLUE value IS 112 (44.14% from 255) = 31.73%

R = 58.92%
G = 9.35%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D02170 (or 0xD02170) is known color: Cerise. HEX triplet: D0, 21 and 70. RGB value is (208,33,112). Sum of RGB (Red+Green+Blue) = 208+33+112=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D02170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02170 is #2FDE8F. Grayscale: #5E5E5E. Windows color (decimal): -3137168 or 7348688. OLE color: 7348688.

HSL color Cylindrical-coordinate representation of color #D02170: hue angle of 332.91º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D02170 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 33 112 -
CMYK 0 0.84 0.46 0.18
HSL 332.91º 0.73% 0.47% -
HSV(B) 332.91º 0.84% 0.82% -
XYZ 29.48 15.67 16.8 -
YUV 94.33 137.98 209.08 -
System Red Green Blue C M Y K H S L
Decimal 208 33 112 0 0.84 0.46 0.18 332.91 0.73 0.47
Hex D0 21 70 0 54 2E 12 14D 49 2F
Octal 320 41 160 0 124 56 22 515 111 57
Binary 11010000 100001 1110000 0 1010100 101110 10010 101001101 1001001 101111

Color Harmonies of #D02170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02170

Black with #D02170

Text Example


Text Example

White with #D02170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02170; }

 p { color: rgb(208,33,112); }

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

background-color css

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

 a { background-color: rgb(208,33,112); }

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

border-color css

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

 span { border-color: rgb(208,33,112); }

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