#df6a8a

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

Shades of Deep Blush #DF6A8A

Tints of Deep Blush #DF6A8A

Color information

#DF6A8A (or 0xDF6A8A) is unknown color: approx Deep Blush. HEX triplet: DF, 6A and 8A. RGB value is (223,106,138). Sum of RGB (Red+Green+Blue) = 223+106+138=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6A8A is #209575. Grayscale: #909090. Windows color (decimal): -2135414 or 9071327. OLE color: 9071327.

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

Color convert

RGB223106138-
CMYK00.520.380.13
HSL343.59º64.64%64.51%-
HSV(B)343.59º52.47%87.45%-
XYZ40.1727.8327.3-
YUV144.63124.26183.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.75%
GREEN value IS 106 (41.80% from 255) = 22.70%
BLUE value IS 138 (54.30% from 255) = 29.55%
R=47.75%
G=22.70%
B=29.55%

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
Decimal22310613800.520.380.13343.5964.6464.51
HexDF6A8A03426D1584141
Octal3371522120644615530101101
Binary110111111101010100010100110100100110110110101100010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df6a8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df6a8a; }

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

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

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

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

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

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

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

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