Html Css Color HEX #DD4490 Deep Cerise

📋 copy color: '#DD4490'

red 221 ◦ green 68 ◦ blue 144

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

Shades of Deep Cerise #DD4490

Tints of Deep Cerise #DD4490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.26%

R = 51.04%
G = 15.7%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD4490 (or 0xDD4490) is known color: Deep Cerise. HEX triplet: DD, 44 and 90. RGB value is (221,68,144). Sum of RGB (Red+Green+Blue) = 221+68+144=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4490 is #22BB6F. Grayscale: #7A7A7A. Windows color (decimal): -2276208 or 9454813. OLE color: 9454813.

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

Color convert

RGB 221 68 144 -
CMYK 0 0.69 0.35 0.13
HSL 330.2º 0.69% 0.57% -
HSV(B) 330.2º 0.69% 0.87% -
XYZ 36.92 21.52 28.59 -
YUV 122.41 140.19 198.32 -
System Red Green Blue C M Y K H S L
Decimal 221 68 144 0 0.69 0.35 0.13 330.2 0.69 0.57
Hex DD 44 90 0 45 23 D 14A 45 39
Octal 335 104 220 0 105 43 15 512 105 71
Binary 11011101 1000100 10010000 0 1000101 100011 1101 101001010 1000101 111001

Color Harmonies of #DD4490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4490

Black with #DD4490

Text Example


Text Example

White with #DD4490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4490; }

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

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

background-color css

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

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

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

border-color css

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

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

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