Html Css Color HEX #DD7389 Deep Blush

📋 copy color: '#DD7389'

red 221 ◦ green 115 ◦ blue 137

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

Shades of Deep Blush #DD7389

Tints of Deep Blush #DD7389

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.31%

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

R = 46.72%
G = 24.31%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD7389 (or 0xDD7389) is known color: Deep Blush. HEX triplet: DD, 73 and 89. RGB value is (221,115,137). Sum of RGB (Red+Green+Blue) = 221+115+137=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7389 is #228C76. Grayscale: #959595. Windows color (decimal): -2264183 or 9008093. OLE color: 9008093.

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

Color convert

RGB 221 115 137 -
CMYK 0 0.48 0.38 0.13
HSL 347.55º 0.61% 0.66% -
HSV(B) 347.55º 0.48% 0.87% -
XYZ 40.46 29.44 27.22 -
YUV 149.2 121.12 179.21 -
System Red Green Blue C M Y K H S L
Decimal 221 115 137 0 0.48 0.38 0.13 347.55 0.61 0.66
Hex DD 73 89 0 30 26 D 15C 3D 42
Octal 335 163 211 0 60 46 15 534 75 102
Binary 11011101 1110011 10001001 0 110000 100110 1101 101011100 111101 1000010

Color Harmonies of #DD7389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7389

Black with #DD7389

Text Example


Text Example

White with #DD7389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7389; }

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

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

background-color css

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

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

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

border-color css

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

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

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