Html Css Color HEX #DD6E86 Deep Blush

📋 copy color: '#DD6E86'

red 221 ◦ green 110 ◦ blue 134

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

Shades of Deep Blush #DD6E86

Tints of Deep Blush #DD6E86

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.66%

 BLUE value IS 134 (52.73% from 255) = 28.82%

R = 47.53%
G = 23.66%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD6E86 (or 0xDD6E86) is known color: Deep Blush. HEX triplet: DD, 6E and 86. RGB value is (221,110,134). Sum of RGB (Red+Green+Blue) = 221+110+134=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6E86 is #229179. Grayscale: #919191. Windows color (decimal): -2265466 or 8810205. OLE color: 8810205.

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

Color convert

RGB 221 110 134 -
CMYK 0 0.50 0.39 0.13
HSL 347.03º 0.62% 0.65% -
HSV(B) 347.03º 0.5% 0.87% -
XYZ 39.7 28.25 25.91 -
YUV 145.93 121.27 181.55 -
System Red Green Blue C M Y K H S L
Decimal 221 110 134 0 0.50 0.39 0.13 347.03 0.62 0.65
Hex DD 6E 86 0 32 27 D 15B 3E 41
Octal 335 156 206 0 62 47 15 533 76 101
Binary 11011101 1101110 10000110 0 110010 100111 1101 101011011 111110 1000001

Color Harmonies of #DD6E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6E86

Black with #DD6E86

Text Example


Text Example

White with #DD6E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6E86; }

 p { color: rgb(221,110,134); }

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

background-color css

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

 a { background-color: rgb(221,110,134); }

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

border-color css

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

 span { border-color: rgb(221,110,134); }

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