#DD7B8A

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

Shades of Deep Blush #DD7B8A

Tints of Deep Blush #DD7B8A

Color information

#DD7B8A (or 0xDD7B8A) is unknown color: approx Deep Blush. HEX triplet: DD, 7B and 8A. RGB value is (221,123,138). Sum of RGB (Red+Green+Blue) = 221+123+138=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7B8A is #228475. Grayscale: #9A9A9A. Windows color (decimal): -2262134 or 9075677. OLE color: 9075677.

HSL color Cylindrical-coordinate representation of color #DD7B8A: hue angle of 350.82º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7B8A is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB221123138-
CMYK00.440.380.13
HSL350.82º59.04%67.45%-
HSV(B)350.82º44.34%86.67%-
XYZ41.4931.3727.91-
YUV154.01118.97175.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.85%
GREEN value IS 123 (48.44% from 255) = 25.52%
BLUE value IS 138 (54.30% from 255) = 28.63%
R=45.85%
G=25.52%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112313800.440.380.13350.8259.0467.45
HexDD7B8A02C26D15f3b43
Octal335173212054461553773103
Binary11011101111101110001010010110010011011011010111111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7B8A; }

 p { color: rgb(221,123,138); }

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

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

 a { background-color: rgb(221,123,138); }

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

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

 span { border-color: rgb(221,123,138); }

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