Html Css Color HEX #D2215F Cerise

📋 copy color: '#D2215F'

red 210 ◦ green 33 ◦ blue 95

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

Shades of Cerise #D2215F

Tints of Cerise #D2215F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.11%

R = 62.13%
G = 9.76%
B = 28.11%

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

#D2215F (or 0xD2215F) is known color: Cerise. HEX triplet: D2, 21 and 5F. RGB value is (210,33,95). Sum of RGB (Red+Green+Blue) = 210+33+95=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D2215F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2215F is #2DDEA0. Grayscale: #5C5C5C. Windows color (decimal): -3006113 or 6234578. OLE color: 6234578.

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

Color convert

RGB 210 33 95 -
CMYK 0 0.84 0.55 0.18
HSL 338.98º 0.73% 0.48% -
HSV(B) 338.98º 0.84% 0.82% -
XYZ 29.19 15.62 12.3 -
YUV 92.99 129.14 211.46 -
System Red Green Blue C M Y K H S L
Decimal 210 33 95 0 0.84 0.55 0.18 338.98 0.73 0.48
Hex D2 21 5F 0 54 37 12 153 49 30
Octal 322 41 137 0 124 67 22 523 111 60
Binary 11010010 100001 1011111 0 1010100 110111 10010 101010011 1001001 110000

Color Harmonies of #D2215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2215F

Black with #D2215F

Text Example


Text Example

White with #D2215F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2215F; }

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

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

background-color css

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

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

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

border-color css

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

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

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