#DD7281

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

Shades of Deep Blush #DD7281

Tints of Deep Blush #DD7281

Color information

#DD7281 (or 0xDD7281) is unknown color: approx Deep Blush. HEX triplet: DD, 72 and 81. RGB value is (221,114,129). Sum of RGB (Red+Green+Blue) = 221+114+129=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7281 is #228D7E. Grayscale: #939393. Windows color (decimal): -2264447 or 8483549. OLE color: 8483549.

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

Color convert

RGB221114129-
CMYK00.480.420.13
HSL351.59º61.14%65.69%-
HSV(B)351.59º48.42%86.67%-
XYZ39.828.9924.27-
YUV147.7117.45180.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.63%
GREEN value IS 114 (44.92% from 255) = 24.57%
BLUE value IS 129 (50.78% from 255) = 27.80%
R=47.63%
G=24.57%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111412900.480.420.13351.5961.1465.69
HexDD72810302AD1603d42
Octal335162201060521554075102
Binary11011101111001010000001011000010101011011011000001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7281; }

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

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

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

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

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

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

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

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