Html Css Color HEX #D8215D Cerise

📋 copy color: '#D8215D'

red 216 ◦ green 33 ◦ blue 93

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

Shades of Cerise #D8215D

Tints of Cerise #D8215D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.19%

R = 63.16%
G = 9.65%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8215D (or 0xD8215D) is known color: Cerise. HEX triplet: D8, 21 and 5D. RGB value is (216,33,93). Sum of RGB (Red+Green+Blue) = 216+33+93=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D8215D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8215D is #27DEA2. Grayscale: #5E5E5E. Windows color (decimal): -2612899 or 6103512. OLE color: 6103512.

HSL color Cylindrical-coordinate representation of color #D8215D: hue angle of 340.33º 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 #D8215D is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 33 93 -
CMYK 0 0.85 0.57 0.15
HSL 340.33º 0.73% 0.49% -
HSV(B) 340.33º 0.85% 0.85% -
XYZ 30.84 16.48 11.91 -
YUV 94.56 127.13 214.62 -
System Red Green Blue C M Y K H S L
Decimal 216 33 93 0 0.85 0.57 0.15 340.33 0.73 0.49
Hex D8 21 5D 0 55 39 F 154 49 31
Octal 330 41 135 0 125 71 17 524 111 61
Binary 11011000 100001 1011101 0 1010101 111001 1111 101010100 1001001 110001

Color Harmonies of #D8215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8215D

Black with #D8215D

Text Example


Text Example

White with #D8215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8215D; }

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

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

background-color css

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

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

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

border-color css

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

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

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