Html Css Color HEX #DD449E Deep Cerise

📋 copy color: '#DD449E'

red 221 ◦ green 68 ◦ blue 158

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

Shades of Deep Cerise #DD449E

Tints of Deep Cerise #DD449E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.35%

R = 49.44%
G = 15.21%
B = 35.35%

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

#DD449E (or 0xDD449E) is known color: Deep Cerise. HEX triplet: DD, 44 and 9E. RGB value is (221,68,158). Sum of RGB (Red+Green+Blue) = 221+68+158=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD449E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD449E is #22BB61. Grayscale: #7B7B7B. Windows color (decimal): -2276194 or 10372317. OLE color: 10372317.

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

Color convert

RGB 221 68 158 -
CMYK 0 0.69 0.29 0.13
HSL 324.71º 0.69% 0.57% -
HSV(B) 324.71º 0.69% 0.87% -
XYZ 38.06 21.98 34.58 -
YUV 124.01 147.19 197.18 -
System Red Green Blue C M Y K H S L
Decimal 221 68 158 0 0.69 0.29 0.13 324.71 0.69 0.57
Hex DD 44 9E 0 45 1D D 145 45 39
Octal 335 104 236 0 105 35 15 505 105 71
Binary 11011101 1000100 10011110 0 1000101 11101 1101 101000101 1000101 111001

Color Harmonies of #DD449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD449E

Black with #DD449E

Text Example


Text Example

White with #DD449E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD449E; }

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

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

background-color css

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

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

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

border-color css

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

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

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