Html Css Color HEX #DD4590 Deep Cerise

📋 copy color: '#DD4590'

red 221 ◦ green 69 ◦ blue 144

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

Shades of Deep Cerise #DD4590

Tints of Deep Cerise #DD4590

RGB

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

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

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

R = 50.92%
G = 15.9%
B = 33.18%

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

#DD4590 (or 0xDD4590) is known color: Deep Cerise. HEX triplet: DD, 45 and 90. RGB value is (221,69,144). Sum of RGB (Red+Green+Blue) = 221+69+144=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4590 is #22BA6F. Grayscale: #7A7A7A. Windows color (decimal): -2275952 or 9455069. OLE color: 9455069.

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

Color convert

RGB 221 69 144 -
CMYK 0 0.69 0.35 0.13
HSL 330.39º 0.69% 0.57% -
HSV(B) 330.39º 0.69% 0.87% -
XYZ 36.98 21.64 28.61 -
YUV 123 139.86 197.9 -
System Red Green Blue C M Y K H S L
Decimal 221 69 144 0 0.69 0.35 0.13 330.39 0.69 0.57
Hex DD 45 90 0 45 23 D 14A 45 39
Octal 335 105 220 0 105 43 15 512 105 71
Binary 11011101 1000101 10010000 0 1000101 100011 1101 101001010 1000101 111001

Color Harmonies of #DD4590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4590

Black with #DD4590

Text Example


Text Example

White with #DD4590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4590; }

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

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

background-color css

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

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

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

border-color css

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

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

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