Html Css Color HEX #D2215D Cerise

📋 copy color: '#D2215D'

red 210 ◦ green 33 ◦ blue 93

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

Shades of Cerise #D2215D

Tints of Cerise #D2215D

RGB

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

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

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

R = 62.5%
G = 9.82%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2215D (or 0xD2215D) is known color: Cerise. HEX triplet: D2, 21 and 5D. RGB value is (210,33,93). Sum of RGB (Red+Green+Blue) = 210+33+93=336 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.5% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 210 - color contains mainly: red. Hex color #D2215D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2215D is #2DDEA2. Grayscale: #5C5C5C. Windows color (decimal): -3006115 or 6103506. OLE color: 6103506.

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

Color convert

RGB 210 33 93 -
CMYK 0 0.84 0.56 0.18
HSL 339.66º 0.73% 0.48% -
HSV(B) 339.66º 0.84% 0.82% -
XYZ 29.1 15.58 11.83 -
YUV 92.76 128.14 211.62 -
System Red Green Blue C M Y K H S L
Decimal 210 33 93 0 0.84 0.56 0.18 339.66 0.73 0.48
Hex D2 21 5D 0 54 38 12 154 49 30
Octal 322 41 135 0 124 70 22 524 111 60
Binary 11010010 100001 1011101 0 1010100 111000 10010 101010100 1001001 110000

Color Harmonies of #D2215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2215D

Black with #D2215D

Text Example


Text Example

White with #D2215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2215D; }

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

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

background-color css

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

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

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

border-color css

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

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

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