Html Css Color HEX #DD7180 Deep Blush

📋 copy color: '#DD7180'

red 221 ◦ green 113 ◦ blue 128

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

Shades of Deep Blush #DD7180

Tints of Deep Blush #DD7180

RGB

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

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

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

R = 47.84%
G = 24.46%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD7180 (or 0xDD7180) is known color: Deep Blush. HEX triplet: DD, 71 and 80. RGB value is (221,113,128). Sum of RGB (Red+Green+Blue) = 221+113+128=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7180 is #228E7F. Grayscale: #939393. Windows color (decimal): -2264704 or 8417757. OLE color: 8417757.

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

Color convert

RGB 221 113 128 -
CMYK 0 0.49 0.42 0.13
HSL 351.67º 0.61% 0.65% -
HSV(B) 351.67º 0.49% 0.87% -
XYZ 39.62 28.74 23.88 -
YUV 147 117.28 180.78 -
System Red Green Blue C M Y K H S L
Decimal 221 113 128 0 0.49 0.42 0.13 351.67 0.61 0.65
Hex DD 71 80 0 31 2A D 160 3D 41
Octal 335 161 200 0 61 52 15 540 75 101
Binary 11011101 1110001 10000000 0 110001 101010 1101 101100000 111101 1000001

Color Harmonies of #DD7180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7180

Black with #DD7180

Text Example


Text Example

White with #DD7180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7180; }

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

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

background-color css

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

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

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

border-color css

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

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

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