Html Css Color HEX #DD7188 Deep Blush

📋 copy color: '#DD7188'

red 221 ◦ green 113 ◦ blue 136

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

Shades of Deep Blush #DD7188

Tints of Deep Blush #DD7188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.94%

R = 47.02%
G = 24.04%
B = 28.94%

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

#DD7188 (or 0xDD7188) is known color: Deep Blush. HEX triplet: DD, 71 and 88. RGB value is (221,113,136). Sum of RGB (Red+Green+Blue) = 221+113+136=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7188 is #228E77. Grayscale: #939393. Windows color (decimal): -2264696 or 8942045. OLE color: 8942045.

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

Color convert

RGB 221 113 136 -
CMYK 0 0.49 0.38 0.13
HSL 347.22º 0.61% 0.65% -
HSV(B) 347.22º 0.49% 0.87% -
XYZ 40.17 28.96 26.77 -
YUV 147.91 121.28 180.13 -
System Red Green Blue C M Y K H S L
Decimal 221 113 136 0 0.49 0.38 0.13 347.22 0.61 0.65
Hex DD 71 88 0 31 26 D 15B 3D 41
Octal 335 161 210 0 61 46 15 533 75 101
Binary 11011101 1110001 10001000 0 110001 100110 1101 101011011 111101 1000001

Color Harmonies of #DD7188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7188

Black with #DD7188

Text Example


Text Example

White with #DD7188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7188; }

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

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

background-color css

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

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

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

border-color css

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

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

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