Html Css Color HEX #DD4689 Deep Cerise

📋 copy color: '#DD4689'

red 221 ◦ green 70 ◦ blue 137

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

Shades of Deep Cerise #DD4689

Tints of Deep Cerise #DD4689

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.36%

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

R = 51.64%
G = 16.36%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD4689 (or 0xDD4689) is known color: Deep Cerise. HEX triplet: DD, 46 and 89. RGB value is (221,70,137). Sum of RGB (Red+Green+Blue) = 221+70+137=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4689 is #22B976. Grayscale: #7A7A7A. Windows color (decimal): -2275703 or 8996573. OLE color: 8996573.

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

Color convert

RGB 221 70 137 -
CMYK 0 0.68 0.38 0.13
HSL 333.38º 0.69% 0.57% -
HSV(B) 333.38º 0.68% 0.87% -
XYZ 36.52 21.56 25.9 -
YUV 122.79 136.03 198.05 -
System Red Green Blue C M Y K H S L
Decimal 221 70 137 0 0.68 0.38 0.13 333.38 0.69 0.57
Hex DD 46 89 0 44 26 D 14D 45 39
Octal 335 106 211 0 104 46 15 515 105 71
Binary 11011101 1000110 10001001 0 1000100 100110 1101 101001101 1000101 111001

Color Harmonies of #DD4689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4689

Black with #DD4689

Text Example


Text Example

White with #DD4689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4689; }

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

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

background-color css

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

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

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

border-color css

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

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

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