Html Css Color HEX #D02157 Cerise

📋 copy color: '#D02157'

red 208 ◦ green 33 ◦ blue 87

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

Shades of Cerise #D02157

Tints of Cerise #D02157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 26.52%

R = 63.41%
G = 10.06%
B = 26.52%

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

#D02157 (or 0xD02157) is known color: Cerise. HEX triplet: D0, 21 and 57. RGB value is (208,33,87). Sum of RGB (Red+Green+Blue) = 208+33+87=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D02157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02157 is #2FDEA8. Grayscale: #5B5B5B. Windows color (decimal): -3137193 or 5710288. OLE color: 5710288.

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

Color convert

RGB 208 33 87 -
CMYK 0 0.84 0.58 0.18
HSL 341.49º 0.73% 0.47% -
HSV(B) 341.49º 0.84% 0.82% -
XYZ 28.28 15.19 10.46 -
YUV 91.48 125.48 211.11 -
System Red Green Blue C M Y K H S L
Decimal 208 33 87 0 0.84 0.58 0.18 341.49 0.73 0.47
Hex D0 21 57 0 54 3A 12 155 49 2F
Octal 320 41 127 0 124 72 22 525 111 57
Binary 11010000 100001 1010111 0 1010100 111010 10010 101010101 1001001 101111

Color Harmonies of #D02157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02157

Black with #D02157

Text Example


Text Example

White with #D02157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02157; }

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

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

background-color css

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

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

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

border-color css

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

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

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