#DF758A

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

Shades of Deep Blush #DF758A

Tints of Deep Blush #DF758A

Color information

#DF758A (or 0xDF758A) is unknown color: approx Deep Blush. HEX triplet: DF, 75 and 8A. RGB value is (223,117,138). Sum of RGB (Red+Green+Blue) = 223+117+138=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF758A is #208A75. Grayscale: #979797. Windows color (decimal): -2132598 or 9074143. OLE color: 9074143.

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

Color convert

RGB223117138-
CMYK00.480.380.13
HSL348.11º62.35%66.67%-
HSV(B)348.11º47.53%87.45%-
XYZ41.3830.2527.7-
YUV151.09120.62179.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.65%
GREEN value IS 117 (46.09% from 255) = 24.48%
BLUE value IS 138 (54.30% from 255) = 28.87%
R=46.65%
G=24.48%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311713800.480.380.13348.1162.3566.67
HexDF758A03026D15c3e43
Octal337165212060461553476103
Binary11011111111010110001010011000010011011011010111001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF758A; }

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

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

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

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

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

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

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

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