Html Css Color HEX #D9249D Deep Cerise

📋 copy color: '#D9249D'

red 217 ◦ green 36 ◦ blue 157

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

Shades of Deep Cerise #D9249D

Tints of Deep Cerise #D9249D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.78%

 BLUE value IS 157 (61.72% from 255) = 38.29%

R = 52.93%
G = 8.78%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D9249D (or 0xD9249D) is known color: Deep Cerise. HEX triplet: D9, 24 and 9D. RGB value is (217,36,157). Sum of RGB (Red+Green+Blue) = 217+36+157=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 36 (14.45% from 255 or 8.78% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D9249D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9249D is #26DB62. Grayscale: #676767. Windows color (decimal): -2546531 or 10298585. OLE color: 10298585.

HSL color Cylindrical-coordinate representation of color #D9249D: hue angle of 319.89º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D9249D is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 36 157 -
CMYK 0 0.83 0.28 0.15
HSL 319.89º 0.72% 0.5% -
HSV(B) 319.89º 0.83% 0.85% -
XYZ 35.33 18.45 33.6 -
YUV 103.91 157.97 208.66 -
System Red Green Blue C M Y K H S L
Decimal 217 36 157 0 0.83 0.28 0.15 319.89 0.72 0.5
Hex D9 24 9D 0 53 1C F 140 48 32
Octal 331 44 235 0 123 34 17 500 110 62
Binary 11011001 100100 10011101 0 1010011 11100 1111 101000000 1001000 110010

Color Harmonies of #D9249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9249D

Black with #D9249D

Text Example


Text Example

White with #D9249D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9249D; }

 p { color: rgb(217,36,157); }

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

background-color css

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

 a { background-color: rgb(217,36,157); }

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

border-color css

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

 span { border-color: rgb(217,36,157); }

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