Html Css Color HEX #DD6F86 Deep Blush

📋 copy color: '#DD6F86'

red 221 ◦ green 111 ◦ blue 134

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

Shades of Deep Blush #DD6F86

Tints of Deep Blush #DD6F86

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.82%

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

R = 47.42%
G = 23.82%
B = 28.76%

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

#DD6F86 (or 0xDD6F86) is known color: Deep Blush. HEX triplet: DD, 6F and 86. RGB value is (221,111,134). Sum of RGB (Red+Green+Blue) = 221+111+134=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6F86 is #229079. Grayscale: #929292. Windows color (decimal): -2265210 or 8810461. OLE color: 8810461.

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

Color convert

RGB 221 111 134 -
CMYK 0 0.50 0.39 0.13
HSL 347.45º 0.62% 0.65% -
HSV(B) 347.45º 0.5% 0.87% -
XYZ 39.81 28.46 25.95 -
YUV 146.51 120.94 181.13 -
System Red Green Blue C M Y K H S L
Decimal 221 111 134 0 0.50 0.39 0.13 347.45 0.62 0.65
Hex DD 6F 86 0 32 27 D 15B 3E 41
Octal 335 157 206 0 62 47 15 533 76 101
Binary 11011101 1101111 10000110 0 110010 100111 1101 101011011 111110 1000001

Color Harmonies of #DD6F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6F86

Black with #DD6F86

Text Example


Text Example

White with #DD6F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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