Html Css Color HEX #D2215E Cerise

📋 copy color: '#D2215E'

red 210 ◦ green 33 ◦ blue 94

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

Shades of Cerise #D2215E

Tints of Cerise #D2215E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.89%

R = 62.31%
G = 9.79%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2215E (or 0xD2215E) is known color: Cerise. HEX triplet: D2, 21 and 5E. RGB value is (210,33,94). Sum of RGB (Red+Green+Blue) = 210+33+94=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D2215E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2215E is #2DDEA1. Grayscale: #5C5C5C. Windows color (decimal): -3006114 or 6169042. OLE color: 6169042.

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

Color convert

RGB 210 33 94 -
CMYK 0 0.84 0.55 0.18
HSL 339.32º 0.73% 0.48% -
HSV(B) 339.32º 0.84% 0.82% -
XYZ 29.14 15.6 12.06 -
YUV 92.88 128.64 211.54 -
System Red Green Blue C M Y K H S L
Decimal 210 33 94 0 0.84 0.55 0.18 339.32 0.73 0.48
Hex D2 21 5E 0 54 37 12 153 49 30
Octal 322 41 136 0 124 67 22 523 111 60
Binary 11010010 100001 1011110 0 1010100 110111 10010 101010011 1001001 110000

Color Harmonies of #D2215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2215E

Black with #D2215E

Text Example


Text Example

White with #D2215E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2215E; }

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

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

background-color css

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

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

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

border-color css

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

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

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