Html Css Color HEX #DD449C Deep Cerise

📋 copy color: '#DD449C'

red 221 ◦ green 68 ◦ blue 156

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

Shades of Deep Cerise #DD449C

Tints of Deep Cerise #DD449C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.28%

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

R = 49.66%
G = 15.28%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD449C (or 0xDD449C) is known color: Deep Cerise. HEX triplet: DD, 44 and 9C. RGB value is (221,68,156). Sum of RGB (Red+Green+Blue) = 221+68+156=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD449C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD449C is #22BB63. Grayscale: #7B7B7B. Windows color (decimal): -2276196 or 10241245. OLE color: 10241245.

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

Color convert

RGB 221 68 156 -
CMYK 0 0.69 0.29 0.13
HSL 325.49º 0.69% 0.57% -
HSV(B) 325.49º 0.69% 0.87% -
XYZ 37.89 21.91 33.68 -
YUV 123.78 146.19 197.34 -
System Red Green Blue C M Y K H S L
Decimal 221 68 156 0 0.69 0.29 0.13 325.49 0.69 0.57
Hex DD 44 9C 0 45 1D D 145 45 39
Octal 335 104 234 0 105 35 15 505 105 71
Binary 11011101 1000100 10011100 0 1000101 11101 1101 101000101 1000101 111001

Color Harmonies of #DD449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD449C

Black with #DD449C

Text Example


Text Example

White with #DD449C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD449C; }

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

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

background-color css

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

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

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

border-color css

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

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

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