Html Css Color HEX #D02162 Cerise

📋 copy color: '#D02162'

red 208 ◦ green 33 ◦ blue 98

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

Shades of Cerise #D02162

Tints of Cerise #D02162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.91%

R = 61.36%
G = 9.73%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D02162 (or 0xD02162) is known color: Cerise. HEX triplet: D0, 21 and 62. RGB value is (208,33,98). Sum of RGB (Red+Green+Blue) = 208+33+98=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D02162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02162 is #2FDE9D. Grayscale: #5C5C5C. Windows color (decimal): -3137182 or 6431184. OLE color: 6431184.

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

Color convert

RGB 208 33 98 -
CMYK 0 0.84 0.53 0.18
HSL 337.71º 0.73% 0.47% -
HSV(B) 337.71º 0.84% 0.82% -
XYZ 28.76 15.38 13.01 -
YUV 92.74 130.98 210.21 -
System Red Green Blue C M Y K H S L
Decimal 208 33 98 0 0.84 0.53 0.18 337.71 0.73 0.47
Hex D0 21 62 0 54 35 12 152 49 2F
Octal 320 41 142 0 124 65 22 522 111 57
Binary 11010000 100001 1100010 0 1010100 110101 10010 101010010 1001001 101111

Color Harmonies of #D02162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02162

Black with #D02162

Text Example


Text Example

White with #D02162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02162; }

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

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

background-color css

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

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

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

border-color css

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

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

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