Html Css Color HEX #DD3589 Deep Cerise

📋 copy color: '#DD3589'

red 221 ◦ green 53 ◦ blue 137

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

Shades of Deep Cerise #DD3589

Tints of Deep Cerise #DD3589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.33%

R = 53.77%
G = 12.9%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD3589 (or 0xDD3589) is known color: Deep Cerise. HEX triplet: DD, 35 and 89. RGB value is (221,53,137). Sum of RGB (Red+Green+Blue) = 221+53+137=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3589 is #22CA76. Grayscale: #707070. Windows color (decimal): -2280055 or 8992221. OLE color: 8992221.

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

Color convert

RGB 221 53 137 -
CMYK 0 0.76 0.38 0.13
HSL 330º 0.71% 0.54% -
HSV(B) 330º 0.76% 0.87% -
XYZ 35.61 19.72 25.6 -
YUV 112.81 141.66 205.17 -
System Red Green Blue C M Y K H S L
Decimal 221 53 137 0 0.76 0.38 0.13 330 0.71 0.54
Hex DD 35 89 0 4C 26 D 14A 47 36
Octal 335 65 211 0 114 46 15 512 107 66
Binary 11011101 110101 10001001 0 1001100 100110 1101 101001010 1000111 110110

Color Harmonies of #DD3589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3589

Black with #DD3589

Text Example


Text Example

White with #DD3589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3589; }

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

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

background-color css

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

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

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

border-color css

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

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

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