Html Css Color HEX #DD449D Deep Cerise

📋 copy color: '#DD449D'

red 221 ◦ green 68 ◦ blue 157

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

Shades of Deep Cerise #DD449D

Tints of Deep Cerise #DD449D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.2%

R = 49.55%
G = 15.25%
B = 35.2%

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

#DD449D (or 0xDD449D) is known color: Deep Cerise. HEX triplet: DD, 44 and 9D. RGB value is (221,68,157). Sum of RGB (Red+Green+Blue) = 221+68+157=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD449D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD449D is #22BB62. Grayscale: #7B7B7B. Windows color (decimal): -2276195 or 10306781. OLE color: 10306781.

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

Color convert

RGB 221 68 157 -
CMYK 0 0.69 0.29 0.13
HSL 325.1º 0.69% 0.57% -
HSV(B) 325.1º 0.69% 0.87% -
XYZ 37.97 21.94 34.13 -
YUV 123.89 146.69 197.26 -
System Red Green Blue C M Y K H S L
Decimal 221 68 157 0 0.69 0.29 0.13 325.1 0.69 0.57
Hex DD 44 9D 0 45 1D D 145 45 39
Octal 335 104 235 0 105 35 15 505 105 71
Binary 11011101 1000100 10011101 0 1000101 11101 1101 101000101 1000101 111001

Color Harmonies of #DD449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD449D

Black with #DD449D

Text Example


Text Example

White with #DD449D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD449D; }

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

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

background-color css

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

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

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

border-color css

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

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

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