#DD6A8A

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

Shades of Deep Blush #DD6A8A

Tints of Deep Blush #DD6A8A

Color information

#DD6A8A (or 0xDD6A8A) is unknown color: approx Deep Blush. HEX triplet: DD, 6A and 8A. RGB value is (221,106,138). Sum of RGB (Red+Green+Blue) = 221+106+138=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6A8A is #229575. Grayscale: #909090. Windows color (decimal): -2266486 or 9071325. OLE color: 9071325.

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

Color convert

RGB221106138-
CMYK00.520.380.13
HSL343.3º62.84%64.12%-
HSV(B)343.3º52.04%86.67%-
XYZ39.5627.5227.27-
YUV144.03124.6182.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.53%
GREEN value IS 106 (41.80% from 255) = 22.80%
BLUE value IS 138 (54.30% from 255) = 29.68%
R=47.53%
G=22.80%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110613800.520.380.13343.362.8464.12
HexDD6A8A03426D1573f40
Octal335152212064461552777100
Binary11011101110101010001010011010010011011011010101111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6A8A; }

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

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

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

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

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

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

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

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