Html Css Color HEX #DD449F Deep Cerise

📋 copy color: '#DD449F'

red 221 ◦ green 68 ◦ blue 159

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

Shades of Deep Cerise #DD449F

Tints of Deep Cerise #DD449F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.49%

R = 49.33%
G = 15.18%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD449F (or 0xDD449F) is known color: Deep Cerise. HEX triplet: DD, 44 and 9F. RGB value is (221,68,159). Sum of RGB (Red+Green+Blue) = 221+68+159=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD449F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD449F is #22BB60. Grayscale: #7B7B7B. Windows color (decimal): -2276193 or 10437853. OLE color: 10437853.

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

Color convert

RGB 221 68 159 -
CMYK 0 0.69 0.28 0.13
HSL 324.31º 0.69% 0.57% -
HSV(B) 324.31º 0.69% 0.87% -
XYZ 38.14 22.01 35.04 -
YUV 124.12 147.69 197.1 -
System Red Green Blue C M Y K H S L
Decimal 221 68 159 0 0.69 0.28 0.13 324.31 0.69 0.57
Hex DD 44 9F 0 45 1C D 144 45 39
Octal 335 104 237 0 105 34 15 504 105 71
Binary 11011101 1000100 10011111 0 1000101 11100 1101 101000100 1000101 111001

Color Harmonies of #DD449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD449F

Black with #DD449F

Text Example


Text Example

White with #DD449F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD449F; }

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

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

background-color css

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

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

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

border-color css

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

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

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