Html Css Color HEX #D2215B Cerise

📋 copy color: '#D2215B'

red 210 ◦ green 33 ◦ blue 91

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

Shades of Cerise #D2215B

Tints of Cerise #D2215B

RGB

 RED value IS 210 (82.42% from 255) = 62.87%

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

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

R = 62.87%
G = 9.88%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2215B (or 0xD2215B) is known color: Cerise. HEX triplet: D2, 21 and 5B. RGB value is (210,33,91). Sum of RGB (Red+Green+Blue) = 210+33+91=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D2215B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2215B is #2DDEA4. Grayscale: #5C5C5C. Windows color (decimal): -3006117 or 5972434. OLE color: 5972434.

HSL color Cylindrical-coordinate representation of color #D2215B: hue angle of 340.34º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2215B is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 33 91 -
CMYK 0 0.84 0.57 0.18
HSL 340.34º 0.73% 0.48% -
HSV(B) 340.34º 0.84% 0.82% -
XYZ 29.01 15.54 11.37 -
YUV 92.54 127.14 211.78 -
System Red Green Blue C M Y K H S L
Decimal 210 33 91 0 0.84 0.57 0.18 340.34 0.73 0.48
Hex D2 21 5B 0 54 39 12 154 49 30
Octal 322 41 133 0 124 71 22 524 111 60
Binary 11010010 100001 1011011 0 1010100 111001 10010 101010100 1001001 110000

Color Harmonies of #D2215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2215B

Black with #D2215B

Text Example


Text Example

White with #D2215B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2215B; }

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

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

background-color css

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

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

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

border-color css

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

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

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