Html Css Color HEX #DD7080 Deep Blush

📋 copy color: '#DD7080'

red 221 ◦ green 112 ◦ blue 128

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

Shades of Deep Blush #DD7080

Tints of Deep Blush #DD7080

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.3%

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

R = 47.94%
G = 24.3%
B = 27.77%

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

#DD7080 (or 0xDD7080) is known color: Deep Blush. HEX triplet: DD, 70 and 80. RGB value is (221,112,128). Sum of RGB (Red+Green+Blue) = 221+112+128=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7080 is #228F7F. Grayscale: #929292. Windows color (decimal): -2264960 or 8417501. OLE color: 8417501.

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

Color convert

RGB 221 112 128 -
CMYK 0 0.49 0.42 0.13
HSL 351.19º 0.62% 0.65% -
HSV(B) 351.19º 0.49% 0.87% -
XYZ 39.51 28.52 23.84 -
YUV 146.42 117.61 181.2 -
System Red Green Blue C M Y K H S L
Decimal 221 112 128 0 0.49 0.42 0.13 351.19 0.62 0.65
Hex DD 70 80 0 31 2A D 15F 3E 41
Octal 335 160 200 0 61 52 15 537 76 101
Binary 11011101 1110000 10000000 0 110001 101010 1101 101011111 111110 1000001

Color Harmonies of #DD7080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7080

Black with #DD7080

Text Example


Text Example

White with #DD7080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7080; }

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

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

background-color css

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

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

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

border-color css

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

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

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