Html Css Color HEX #D02165 Cerise

📋 copy color: '#D02165'

red 208 ◦ green 33 ◦ blue 101

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

Shades of Cerise #D02165

Tints of Cerise #D02165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.53%

R = 60.82%
G = 9.65%
B = 29.53%

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

#D02165 (or 0xD02165) is known color: Cerise. HEX triplet: D0, 21 and 65. RGB value is (208,33,101). Sum of RGB (Red+Green+Blue) = 208+33+101=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D02165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02165 is #2FDE9A. Grayscale: #5C5C5C. Windows color (decimal): -3137179 or 6627792. OLE color: 6627792.

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

Color convert

RGB 208 33 101 -
CMYK 0 0.84 0.51 0.18
HSL 336.69º 0.73% 0.47% -
HSV(B) 336.69º 0.84% 0.82% -
XYZ 28.91 15.44 13.77 -
YUV 93.08 132.48 209.97 -
System Red Green Blue C M Y K H S L
Decimal 208 33 101 0 0.84 0.51 0.18 336.69 0.73 0.47
Hex D0 21 65 0 54 33 12 151 49 2F
Octal 320 41 145 0 124 63 22 521 111 57
Binary 11010000 100001 1100101 0 1010100 110011 10010 101010001 1001001 101111

Color Harmonies of #D02165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02165

Black with #D02165

Text Example


Text Example

White with #D02165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02165; }

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

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

background-color css

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

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

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

border-color css

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

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

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