Html Css Color HEX #D9215F Cerise

📋 copy color: '#D9215F'

red 217 ◦ green 33 ◦ blue 95

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

Shades of Cerise #D9215F

Tints of Cerise #D9215F

RGB

 RED value IS 217 (85.16% from 255) = 62.9%

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

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

R = 62.9%
G = 9.57%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9215F (or 0xD9215F) is known color: Cerise. HEX triplet: D9, 21 and 5F. RGB value is (217,33,95). Sum of RGB (Red+Green+Blue) = 217+33+95=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D9215F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9215F is #26DEA0. Grayscale: #5F5F5F. Windows color (decimal): -2547361 or 6234585. OLE color: 6234585.

HSL color Cylindrical-coordinate representation of color #D9215F: hue angle of 339.78º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D9215F is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 33 95 -
CMYK 0 0.85 0.56 0.15
HSL 339.78º 0.74% 0.49% -
HSV(B) 339.78º 0.85% 0.85% -
XYZ 31.22 16.67 12.4 -
YUV 95.08 127.96 214.96 -
System Red Green Blue C M Y K H S L
Decimal 217 33 95 0 0.85 0.56 0.15 339.78 0.74 0.49
Hex D9 21 5F 0 55 38 F 154 4A 31
Octal 331 41 137 0 125 70 17 524 112 61
Binary 11011001 100001 1011111 0 1010101 111000 1111 101010100 1001010 110001

Color Harmonies of #D9215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9215F

Black with #D9215F

Text Example


Text Example

White with #D9215F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9215F; }

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

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

background-color css

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

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

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

border-color css

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

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

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