#DD7286

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

Shades of Deep Blush #DD7286

Tints of Deep Blush #DD7286

Color information

#DD7286 (or 0xDD7286) is unknown color: approx Deep Blush. HEX triplet: DD, 72 and 86. RGB value is (221,114,134). Sum of RGB (Red+Green+Blue) = 221+114+134=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7286 is #228D79. Grayscale: #949494. Windows color (decimal): -2264442 or 8811229. OLE color: 8811229.

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

Color convert

RGB221114134-
CMYK00.480.390.13
HSL348.79º61.14%65.69%-
HSV(B)348.79º48.42%86.67%-
XYZ40.1429.1326.06-
YUV148.27119.95179.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.12%
GREEN value IS 114 (44.92% from 255) = 24.31%
BLUE value IS 134 (52.73% from 255) = 28.57%
R=47.12%
G=24.31%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111413400.480.390.13348.7961.1465.69
HexDD728603027D15d3d42
Octal335162206060471553575102
Binary11011101111001010000110011000010011111011010111011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7286; }

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

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

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

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

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

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

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

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