Html Css Color HEX #DD4890 Deep Cerise

📋 copy color: '#DD4890'

red 221 ◦ green 72 ◦ blue 144

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

Shades of Deep Cerise #DD4890

Tints of Deep Cerise #DD4890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.48%

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

R = 50.57%
G = 16.48%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD4890 (or 0xDD4890) is known color: Deep Cerise. HEX triplet: DD, 48 and 90. RGB value is (221,72,144). Sum of RGB (Red+Green+Blue) = 221+72+144=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4890 is #22B76F. Grayscale: #7C7C7C. Windows color (decimal): -2275184 or 9455837. OLE color: 9455837.

HSL color Cylindrical-coordinate representation of color #DD4890: hue angle of 331.01º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4890 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 72 144 -
CMYK 0 0.67 0.35 0.13
HSL 331.01º 0.69% 0.57% -
HSV(B) 331.01º 0.67% 0.87% -
XYZ 37.17 22.02 28.68 -
YUV 124.76 138.86 196.65 -
System Red Green Blue C M Y K H S L
Decimal 221 72 144 0 0.67 0.35 0.13 331.01 0.69 0.57
Hex DD 48 90 0 43 23 D 14B 45 39
Octal 335 110 220 0 103 43 15 513 105 71
Binary 11011101 1001000 10010000 0 1000011 100011 1101 101001011 1000101 111001

Color Harmonies of #DD4890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4890

Black with #DD4890

Text Example


Text Example

White with #DD4890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4890; }

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

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

background-color css

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

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

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

border-color css

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

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

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