Html Css Color HEX #DD6E80 Deep Blush

📋 copy color: '#DD6E80'

red 221 ◦ green 110 ◦ blue 128

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

Shades of Deep Blush #DD6E80

Tints of Deep Blush #DD6E80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.89%

R = 48.15%
G = 23.97%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD6E80 (or 0xDD6E80) is known color: Deep Blush. HEX triplet: DD, 6E and 80. RGB value is (221,110,128). Sum of RGB (Red+Green+Blue) = 221+110+128=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6E80 is #22917F. Grayscale: #919191. Windows color (decimal): -2265472 or 8416989. OLE color: 8416989.

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

Color convert

RGB 221 110 128 -
CMYK 0 0.50 0.42 0.13
HSL 350.27º 0.62% 0.65% -
HSV(B) 350.27º 0.5% 0.87% -
XYZ 39.29 28.08 23.77 -
YUV 145.24 118.27 182.04 -
System Red Green Blue C M Y K H S L
Decimal 221 110 128 0 0.50 0.42 0.13 350.27 0.62 0.65
Hex DD 6E 80 0 32 2A D 15E 3E 41
Octal 335 156 200 0 62 52 15 536 76 101
Binary 11011101 1101110 10000000 0 110010 101010 1101 101011110 111110 1000001

Color Harmonies of #DD6E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6E80

Black with #DD6E80

Text Example


Text Example

White with #DD6E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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