Html Css Color HEX #DD249C Deep Cerise

📋 copy color: '#DD249C'

red 221 ◦ green 36 ◦ blue 156

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

Shades of Deep Cerise #DD249C

Tints of Deep Cerise #DD249C

RGB

 RED value IS 221 (86.72% from 255) = 53.51%

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

 BLUE value IS 156 (61.33% from 255) = 37.77%

R = 53.51%
G = 8.72%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD249C (or 0xDD249C) is known color: Deep Cerise. HEX triplet: DD, 24 and 9C. RGB value is (221,36,156). Sum of RGB (Red+Green+Blue) = 221+36+156=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 36 (14.45% from 255 or 8.72% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD249C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD249C is #22DB63. Grayscale: #686868. Windows color (decimal): -2284388 or 10233053. OLE color: 10233053.

HSL color Cylindrical-coordinate representation of color #DD249C: hue angle of 321.08º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD249C is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 36 156 -
CMYK 0 0.84 0.29 0.13
HSL 321.08º 0.73% 0.5% -
HSV(B) 321.08º 0.84% 0.87% -
XYZ 36.45 19.03 33.21 -
YUV 105 156.79 210.74 -
System Red Green Blue C M Y K H S L
Decimal 221 36 156 0 0.84 0.29 0.13 321.08 0.73 0.5
Hex DD 24 9C 0 54 1D D 141 49 32
Octal 335 44 234 0 124 35 15 501 111 62
Binary 11011101 100100 10011100 0 1010100 11101 1101 101000001 1001001 110010

Color Harmonies of #DD249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD249C

Black with #DD249C

Text Example


Text Example

White with #DD249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD249C; }

 p { color: rgb(221,36,156); }

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

background-color css

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

 a { background-color: rgb(221,36,156); }

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

border-color css

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

 span { border-color: rgb(221,36,156); }

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