Html Css Color HEX #DD7089 Deep Blush

📋 copy color: '#DD7089'

red 221 ◦ green 112 ◦ blue 137

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

Shades of Deep Blush #DD7089

Tints of Deep Blush #DD7089

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.83%

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

R = 47.02%
G = 23.83%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD7089 (or 0xDD7089) is known color: Deep Blush. HEX triplet: DD, 70 and 89. RGB value is (221,112,137). Sum of RGB (Red+Green+Blue) = 221+112+137=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7089 is #228F76. Grayscale: #939393. Windows color (decimal): -2264951 or 9007325. OLE color: 9007325.

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

Color convert

RGB 221 112 137 -
CMYK 0 0.49 0.38 0.13
HSL 346.24º 0.62% 0.65% -
HSV(B) 346.24º 0.49% 0.87% -
XYZ 40.13 28.77 27.1 -
YUV 147.44 122.11 180.47 -
System Red Green Blue C M Y K H S L
Decimal 221 112 137 0 0.49 0.38 0.13 346.24 0.62 0.65
Hex DD 70 89 0 31 26 D 15A 3E 41
Octal 335 160 211 0 61 46 15 532 76 101
Binary 11011101 1110000 10001001 0 110001 100110 1101 101011010 111110 1000001

Color Harmonies of #DD7089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7089

Black with #DD7089

Text Example


Text Example

White with #DD7089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7089; }

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

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

background-color css

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

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

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

border-color css

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

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

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