Html Css Color HEX #D9249A Deep Cerise

📋 copy color: '#D9249A'

red 217 ◦ green 36 ◦ blue 154

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

Shades of Deep Cerise #D9249A

Tints of Deep Cerise #D9249A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.84%

R = 53.32%
G = 8.85%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9249A (or 0xD9249A) is known color: Deep Cerise. HEX triplet: D9, 24 and 9A. RGB value is (217,36,154). Sum of RGB (Red+Green+Blue) = 217+36+154=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D9249A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9249A is #26DB65. Grayscale: #676767. Windows color (decimal): -2546534 or 10101977. OLE color: 10101977.

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

Color convert

RGB 217 36 154 -
CMYK 0 0.83 0.29 0.15
HSL 320.88º 0.72% 0.5% -
HSV(B) 320.88º 0.83% 0.85% -
XYZ 35.08 18.35 32.26 -
YUV 103.57 156.47 208.91 -
System Red Green Blue C M Y K H S L
Decimal 217 36 154 0 0.83 0.29 0.15 320.88 0.72 0.5
Hex D9 24 9A 0 53 1D F 141 48 32
Octal 331 44 232 0 123 35 17 501 110 62
Binary 11011001 100100 10011010 0 1010011 11101 1111 101000001 1001000 110010

Color Harmonies of #D9249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9249A

Black with #D9249A

Text Example


Text Example

White with #D9249A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9249A; }

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

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

background-color css

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

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

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

border-color css

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

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

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