Html Css Color HEX #D02163 Cerise

📋 copy color: '#D02163'

red 208 ◦ green 33 ◦ blue 99

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

Shades of Cerise #D02163

Tints of Cerise #D02163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.12%

R = 61.18%
G = 9.71%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D02163 (or 0xD02163) is known color: Cerise. HEX triplet: D0, 21 and 63. RGB value is (208,33,99). Sum of RGB (Red+Green+Blue) = 208+33+99=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D02163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02163 is #2FDE9C. Grayscale: #5C5C5C. Windows color (decimal): -3137181 or 6496720. OLE color: 6496720.

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

Color convert

RGB 208 33 99 -
CMYK 0 0.84 0.52 0.18
HSL 337.37º 0.73% 0.47% -
HSV(B) 337.37º 0.84% 0.82% -
XYZ 28.81 15.4 13.26 -
YUV 92.85 131.48 210.13 -
System Red Green Blue C M Y K H S L
Decimal 208 33 99 0 0.84 0.52 0.18 337.37 0.73 0.47
Hex D0 21 63 0 54 34 12 151 49 2F
Octal 320 41 143 0 124 64 22 521 111 57
Binary 11010000 100001 1100011 0 1010100 110100 10010 101010001 1001001 101111

Color Harmonies of #D02163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02163

Black with #D02163

Text Example


Text Example

White with #D02163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02163; }

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

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

background-color css

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

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

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

border-color css

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

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

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