Html Css Color HEX #D02166 Cerise

📋 copy color: '#D02166'

red 208 ◦ green 33 ◦ blue 102

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

Shades of Cerise #D02166

Tints of Cerise #D02166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.74%

R = 60.64%
G = 9.62%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D02166 (or 0xD02166) is known color: Cerise. HEX triplet: D0, 21 and 66. RGB value is (208,33,102). Sum of RGB (Red+Green+Blue) = 208+33+102=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D02166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02166 is #2FDE99. Grayscale: #5D5D5D. Windows color (decimal): -3137178 or 6693328. OLE color: 6693328.

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

Color convert

RGB 208 33 102 -
CMYK 0 0.84 0.51 0.18
HSL 336.34º 0.73% 0.47% -
HSV(B) 336.34º 0.84% 0.82% -
XYZ 28.95 15.46 14.03 -
YUV 93.19 132.98 209.89 -
System Red Green Blue C M Y K H S L
Decimal 208 33 102 0 0.84 0.51 0.18 336.34 0.73 0.47
Hex D0 21 66 0 54 33 12 150 49 2F
Octal 320 41 146 0 124 63 22 520 111 57
Binary 11010000 100001 1100110 0 1010100 110011 10010 101010000 1001001 101111

Color Harmonies of #D02166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02166

Black with #D02166

Text Example


Text Example

White with #D02166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02166; }

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

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

background-color css

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

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

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

border-color css

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

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

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