Html Css Color HEX #D9215E Cerise

📋 copy color: '#D9215E'

red 217 ◦ green 33 ◦ blue 94

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

Shades of Cerise #D9215E

Tints of Cerise #D9215E

RGB

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

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

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

R = 63.08%
G = 9.59%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9215E (or 0xD9215E) is known color: Cerise. HEX triplet: D9, 21 and 5E. RGB value is (217,33,94). Sum of RGB (Red+Green+Blue) = 217+33+94=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D9215E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9215E is #26DEA1. Grayscale: #5E5E5E. Windows color (decimal): -2547362 or 6169049. OLE color: 6169049.

HSL color Cylindrical-coordinate representation of color #D9215E: hue angle of 340.11º 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 #D9215E is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 33 94 -
CMYK 0 0.85 0.57 0.15
HSL 340.11º 0.74% 0.49% -
HSV(B) 340.11º 0.85% 0.85% -
XYZ 31.18 16.65 12.16 -
YUV 94.97 127.46 215.04 -
System Red Green Blue C M Y K H S L
Decimal 217 33 94 0 0.85 0.57 0.15 340.11 0.74 0.49
Hex D9 21 5E 0 55 39 F 154 4A 31
Octal 331 41 136 0 125 71 17 524 112 61
Binary 11011001 100001 1011110 0 1010101 111001 1111 101010100 1001010 110001

Color Harmonies of #D9215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9215E

Black with #D9215E

Text Example


Text Example

White with #D9215E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9215E; }

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

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

background-color css

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

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

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

border-color css

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

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

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