Html Css Color HEX #D2215C Cerise

📋 copy color: '#D2215C'

red 210 ◦ green 33 ◦ blue 92

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

Shades of Cerise #D2215C

Tints of Cerise #D2215C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.46%

R = 62.69%
G = 9.85%
B = 27.46%

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

#D2215C (or 0xD2215C) is known color: Cerise. HEX triplet: D2, 21 and 5C. RGB value is (210,33,92). Sum of RGB (Red+Green+Blue) = 210+33+92=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D2215C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2215C is #2DDEA3. Grayscale: #5C5C5C. Windows color (decimal): -3006116 or 6037970. OLE color: 6037970.

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

Color convert

RGB 210 33 92 -
CMYK 0 0.84 0.56 0.18
HSL 340º 0.73% 0.48% -
HSV(B) 340º 0.84% 0.82% -
XYZ 29.05 15.56 11.6 -
YUV 92.65 127.64 211.7 -
System Red Green Blue C M Y K H S L
Decimal 210 33 92 0 0.84 0.56 0.18 340 0.73 0.48
Hex D2 21 5C 0 54 38 12 154 49 30
Octal 322 41 134 0 124 70 22 524 111 60
Binary 11010010 100001 1011100 0 1010100 111000 10010 101010100 1001001 110000

Color Harmonies of #D2215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2215C

Black with #D2215C

Text Example


Text Example

White with #D2215C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2215C; }

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

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

background-color css

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

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

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

border-color css

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

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

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