Html Css Color HEX #DD7189 Deep Blush

📋 copy color: '#DD7189'

red 221 ◦ green 113 ◦ blue 137

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

Shades of Deep Blush #DD7189

Tints of Deep Blush #DD7189

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.99%

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

R = 46.92%
G = 23.99%
B = 29.09%

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

#DD7189 (or 0xDD7189) is known color: Deep Blush. HEX triplet: DD, 71 and 89. RGB value is (221,113,137). Sum of RGB (Red+Green+Blue) = 221+113+137=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7189 is #228E76. Grayscale: #949494. Windows color (decimal): -2264695 or 9007581. OLE color: 9007581.

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

Color convert

RGB 221 113 137 -
CMYK 0 0.49 0.38 0.13
HSL 346.67º 0.61% 0.65% -
HSV(B) 346.67º 0.49% 0.87% -
XYZ 40.24 28.99 27.14 -
YUV 148.03 121.78 180.05 -
System Red Green Blue C M Y K H S L
Decimal 221 113 137 0 0.49 0.38 0.13 346.67 0.61 0.65
Hex DD 71 89 0 31 26 D 15B 3D 41
Octal 335 161 211 0 61 46 15 533 75 101
Binary 11011101 1110001 10001001 0 110001 100110 1101 101011011 111101 1000001

Color Harmonies of #DD7189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7189

Black with #DD7189

Text Example


Text Example

White with #DD7189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7189; }

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

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

background-color css

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

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

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

border-color css

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

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

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