Html Css Color HEX #DD4599 Deep Cerise

📋 copy color: '#DD4599'

red 221 ◦ green 69 ◦ blue 153

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

Shades of Deep Cerise #DD4599

Tints of Deep Cerise #DD4599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.58%

 BLUE value IS 153 (60.16% from 255) = 34.54%

R = 49.89%
G = 15.58%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD4599 (or 0xDD4599) is known color: Deep Cerise. HEX triplet: DD, 45 and 99. RGB value is (221,69,153). Sum of RGB (Red+Green+Blue) = 221+69+153=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4599 is #22BA66. Grayscale: #7B7B7B. Windows color (decimal): -2275943 or 10044893. OLE color: 10044893.

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

Color convert

RGB 221 69 153 -
CMYK 0 0.69 0.31 0.13
HSL 326.84º 0.69% 0.57% -
HSV(B) 326.84º 0.69% 0.87% -
XYZ 37.7 21.93 32.38 -
YUV 124.02 144.36 197.17 -
System Red Green Blue C M Y K H S L
Decimal 221 69 153 0 0.69 0.31 0.13 326.84 0.69 0.57
Hex DD 45 99 0 45 1F D 147 45 39
Octal 335 105 231 0 105 37 15 507 105 71
Binary 11011101 1000101 10011001 0 1000101 11111 1101 101000111 1000101 111001

Color Harmonies of #DD4599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4599

Black with #DD4599

Text Example


Text Example

White with #DD4599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4599; }

 p { color: rgb(221,69,153); }

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

background-color css

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

 a { background-color: rgb(221,69,153); }

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

border-color css

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

 span { border-color: rgb(221,69,153); }

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