Html Css Color HEX #DD3789 Deep Cerise

📋 copy color: '#DD3789'

red 221 ◦ green 55 ◦ blue 137

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

Shades of Deep Cerise #DD3789

Tints of Deep Cerise #DD3789

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.32%

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

R = 53.51%
G = 13.32%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD3789 (or 0xDD3789) is known color: Deep Cerise. HEX triplet: DD, 37 and 89. RGB value is (221,55,137). Sum of RGB (Red+Green+Blue) = 221+55+137=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3789 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3789 is #22C876. Grayscale: #717171. Windows color (decimal): -2279543 or 8992733. OLE color: 8992733.

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

Color convert

RGB 221 55 137 -
CMYK 0 0.75 0.38 0.13
HSL 330.36º 0.71% 0.54% -
HSV(B) 330.36º 0.75% 0.87% -
XYZ 35.7 19.91 25.63 -
YUV 113.98 141 204.33 -
System Red Green Blue C M Y K H S L
Decimal 221 55 137 0 0.75 0.38 0.13 330.36 0.71 0.54
Hex DD 37 89 0 4B 26 D 14A 47 36
Octal 335 67 211 0 113 46 15 512 107 66
Binary 11011101 110111 10001001 0 1001011 100110 1101 101001010 1000111 110110

Color Harmonies of #DD3789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3789

Black with #DD3789

Text Example


Text Example

White with #DD3789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3789; }

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

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

background-color css

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

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

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

border-color css

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

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

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