Html Css Color HEX #DD7289 Deep Blush

📋 copy color: '#DD7289'

red 221 ◦ green 114 ◦ blue 137

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

Shades of Deep Blush #DD7289

Tints of Deep Blush #DD7289

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.15%

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

R = 46.82%
G = 24.15%
B = 29.03%

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

#DD7289 (or 0xDD7289) is known color: Deep Blush. HEX triplet: DD, 72 and 89. RGB value is (221,114,137). Sum of RGB (Red+Green+Blue) = 221+114+137=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7289 is #228D76. Grayscale: #949494. Windows color (decimal): -2264439 or 9007837. OLE color: 9007837.

HSL color Cylindrical-coordinate representation of color #DD7289: hue angle of 347.1º 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 #DD7289 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 114 137 -
CMYK 0 0.48 0.38 0.13
HSL 347.1º 0.61% 0.66% -
HSV(B) 347.1º 0.48% 0.87% -
XYZ 40.35 29.21 27.18 -
YUV 148.62 121.45 179.63 -
System Red Green Blue C M Y K H S L
Decimal 221 114 137 0 0.48 0.38 0.13 347.1 0.61 0.66
Hex DD 72 89 0 30 26 D 15B 3D 42
Octal 335 162 211 0 60 46 15 533 75 102
Binary 11011101 1110010 10001001 0 110000 100110 1101 101011011 111101 1000010

Color Harmonies of #DD7289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7289

Black with #DD7289

Text Example


Text Example

White with #DD7289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7289; }

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

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

background-color css

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

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

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

border-color css

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

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

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