#df748d

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

Shades of Deep Blush #DF748D

Tints of Deep Blush #DF748D

Color information

#DF748D (or 0xDF748D) is unknown color: approx Deep Blush. HEX triplet: DF, 74 and 8D. RGB value is (223,116,141). Sum of RGB (Red+Green+Blue) = 223+116+141=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF748D is #208B72. Grayscale: #969696. Windows color (decimal): -2132851 or 9270495. OLE color: 9270495.

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

Color convert

RGB223116141-
CMYK00.480.370.13
HSL345.98º62.57%66.47%-
HSV(B)345.98º47.98%87.45%-
XYZ41.4830.128.82-
YUV150.84122.45179.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.46%
GREEN value IS 116 (45.70% from 255) = 24.17%
BLUE value IS 141 (55.47% from 255) = 29.38%
R=46.46%
G=24.17%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311614100.480.370.13345.9862.5766.47
HexDF748D03025D15a3f42
Octal337164215060451553277102
Binary11011111111010010001101011000010010111011010110101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df748d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df748d; }

 p { color: rgb(223,116,141); }

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

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

 a { background-color: rgb(223,116,141); }

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

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

 span { border-color: rgb(223,116,141); }

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