#DD7283

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

Shades of Deep Blush #DD7283

Tints of Deep Blush #DD7283

Color information

#DD7283 (or 0xDD7283) is unknown color: approx Deep Blush. HEX triplet: DD, 72 and 83. RGB value is (221,114,131). Sum of RGB (Red+Green+Blue) = 221+114+131=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7283 is #228D7C. Grayscale: #939393. Windows color (decimal): -2264445 or 8614621. OLE color: 8614621.

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

Color convert

RGB221114131-
CMYK00.480.410.13
HSL350.47º61.14%65.69%-
HSV(B)350.47º48.42%86.67%-
XYZ39.9329.0524.97-
YUV147.93118.45180.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.42%
GREEN value IS 114 (44.92% from 255) = 24.46%
BLUE value IS 131 (51.56% from 255) = 28.11%
R=47.42%
G=24.46%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111413100.480.410.13350.4761.1465.69
HexDD728303029D15e3d42
Octal335162203060511553675102
Binary11011101111001010000011011000010100111011010111101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7283; }

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

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

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

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

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

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

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

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