#DD7681

Color #DD7681 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #DD7681

Tints of Deep Blush #DD7681

Color information

#DD7681 (or 0xDD7681) is unknown color: approx Deep Blush. HEX triplet: DD, 76 and 81. RGB value is (221,118,129). Sum of RGB (Red+Green+Blue) = 221+118+129=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7681 is #22897E. Grayscale: #969696. Windows color (decimal): -2263423 or 8484573. OLE color: 8484573.

HSL color Cylindrical-coordinate representation of color #DD7681: hue angle of 353.59º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7681 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB221118129-
CMYK00.470.420.13
HSL353.59º60.23%66.47%-
HSV(B)353.59º46.61%86.67%-
XYZ40.2629.9124.42-
YUV150.05116.12178.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.22%
GREEN value IS 118 (46.48% from 255) = 25.21%
BLUE value IS 129 (50.78% from 255) = 27.56%
R=47.22%
G=25.21%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111812900.470.420.13353.5960.2366.47
HexDD768102F2AD1623c42
Octal335166201057521554274102
Binary11011101111011010000001010111110101011011011000101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7681; }

 p { color: rgb(221,118,129); }

 H1.HeaderClassName
 {
   color: #DD7681;
 }
 .AnyTagClassName
 {
   color: #DD7681;
 }
</style>
background-color css

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

 a { background-color: rgb(221,118,129); }

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

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

 span { border-color: rgb(221,118,129); }

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