Html Css Color HEX #DD3389 Deep Cerise

📋 copy color: '#DD3389'

red 221 ◦ green 51 ◦ blue 137

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

Shades of Deep Cerise #DD3389

Tints of Deep Cerise #DD3389

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.47%

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

R = 54.03%
G = 12.47%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD3389 (or 0xDD3389) is known color: Deep Cerise. HEX triplet: DD, 33 and 89. RGB value is (221,51,137). Sum of RGB (Red+Green+Blue) = 221+51+137=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 51 (20.31% from 255 or 12.47% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3389 is #22CC76. Grayscale: #6F6F6F. Windows color (decimal): -2280567 or 8991709. OLE color: 8991709.

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

Color convert

RGB 221 51 137 -
CMYK 0 0.77 0.38 0.13
HSL 329.65º 0.71% 0.53% -
HSV(B) 329.65º 0.77% 0.87% -
XYZ 35.52 19.55 25.57 -
YUV 111.63 142.32 206.01 -
System Red Green Blue C M Y K H S L
Decimal 221 51 137 0 0.77 0.38 0.13 329.65 0.71 0.53
Hex DD 33 89 0 4D 26 D 14A 47 35
Octal 335 63 211 0 115 46 15 512 107 65
Binary 11011101 110011 10001001 0 1001101 100110 1101 101001010 1000111 110101

Color Harmonies of #DD3389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3389

Black with #DD3389

Text Example


Text Example

White with #DD3389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3389; }

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

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

background-color css

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

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

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

border-color css

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

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

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