Html Css Color HEX #D02158 Cerise

📋 copy color: '#D02158'

red 208 ◦ green 33 ◦ blue 88

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

Shades of Cerise #D02158

Tints of Cerise #D02158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.75%

R = 63.22%
G = 10.03%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D02158 (or 0xD02158) is known color: Cerise. HEX triplet: D0, 21 and 58. RGB value is (208,33,88). Sum of RGB (Red+Green+Blue) = 208+33+88=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D02158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02158 is #2FDEA7. Grayscale: #5B5B5B. Windows color (decimal): -3137192 or 5775824. OLE color: 5775824.

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

Color convert

RGB 208 33 88 -
CMYK 0 0.84 0.58 0.18
HSL 341.14º 0.73% 0.47% -
HSV(B) 341.14º 0.84% 0.82% -
XYZ 28.32 15.2 10.67 -
YUV 91.6 125.98 211.03 -
System Red Green Blue C M Y K H S L
Decimal 208 33 88 0 0.84 0.58 0.18 341.14 0.73 0.47
Hex D0 21 58 0 54 3A 12 155 49 2F
Octal 320 41 130 0 124 72 22 525 111 57
Binary 11010000 100001 1011000 0 1010100 111010 10010 101010101 1001001 101111

Color Harmonies of #D02158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02158

Black with #D02158

Text Example


Text Example

White with #D02158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02158; }

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

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

background-color css

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

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

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

border-color css

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

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

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