Html Css Color HEX #D8215B Cerise

📋 copy color: '#D8215B'

red 216 ◦ green 33 ◦ blue 91

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

Shades of Cerise #D8215B

Tints of Cerise #D8215B

RGB

 RED value IS 216 (84.77% from 255) = 63.53%

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

 BLUE value IS 91 (35.94% from 255) = 26.76%

R = 63.53%
G = 9.71%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8215B (or 0xD8215B) is known color: Cerise. HEX triplet: D8, 21 and 5B. RGB value is (216,33,91). Sum of RGB (Red+Green+Blue) = 216+33+91=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D8215B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8215B is #27DEA4. Grayscale: #5E5E5E. Windows color (decimal): -2612901 or 5972440. OLE color: 5972440.

HSL color Cylindrical-coordinate representation of color #D8215B: hue angle of 340.98º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D8215B is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 33 91 -
CMYK 0 0.85 0.58 0.15
HSL 340.98º 0.73% 0.49% -
HSV(B) 340.98º 0.85% 0.85% -
XYZ 30.75 16.44 11.45 -
YUV 94.33 126.13 214.78 -
System Red Green Blue C M Y K H S L
Decimal 216 33 91 0 0.85 0.58 0.15 340.98 0.73 0.49
Hex D8 21 5B 0 55 3A F 155 49 31
Octal 330 41 133 0 125 72 17 525 111 61
Binary 11011000 100001 1011011 0 1010101 111010 1111 101010101 1001001 110001

Color Harmonies of #D8215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8215B

Black with #D8215B

Text Example


Text Example

White with #D8215B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8215B; }

 p { color: rgb(216,33,91); }

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

background-color css

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

 a { background-color: rgb(216,33,91); }

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

border-color css

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

 span { border-color: rgb(216,33,91); }

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