Html Css Color HEX #DD3590 Deep Cerise

📋 copy color: '#DD3590'

red 221 ◦ green 53 ◦ blue 144

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

Shades of Deep Cerise #DD3590

Tints of Deep Cerise #DD3590

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.68%

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

R = 52.87%
G = 12.68%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD3590 (or 0xDD3590) is known color: Deep Cerise. HEX triplet: DD, 35 and 90. RGB value is (221,53,144). Sum of RGB (Red+Green+Blue) = 221+53+144=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 53 (21.09% from 255 or 12.68% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3590 is #22CA6F. Grayscale: #717171. Windows color (decimal): -2280048 or 9450973. OLE color: 9450973.

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

Color convert

RGB 221 53 144 -
CMYK 0 0.76 0.35 0.13
HSL 327.5º 0.71% 0.54% -
HSV(B) 327.5º 0.76% 0.87% -
XYZ 36.13 19.93 28.33 -
YUV 113.61 145.16 204.6 -
System Red Green Blue C M Y K H S L
Decimal 221 53 144 0 0.76 0.35 0.13 327.5 0.71 0.54
Hex DD 35 90 0 4C 23 D 148 47 36
Octal 335 65 220 0 114 43 15 510 107 66
Binary 11011101 110101 10010000 0 1001100 100011 1101 101001000 1000111 110110

Color Harmonies of #DD3590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3590

Black with #DD3590

Text Example


Text Example

White with #DD3590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3590; }

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

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

background-color css

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

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

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

border-color css

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

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

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