#DC748D

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

Shades of Deep Blush #DC748D

Tints of Deep Blush #DC748D

Color information

#DC748D (or 0xDC748D) is unknown color: approx Deep Blush. HEX triplet: DC, 74 and 8D. RGB value is (220,116,141). Sum of RGB (Red+Green+Blue) = 220+116+141=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC748D is #238B72. Grayscale: #959595. Windows color (decimal): -2329459 or 9270492. OLE color: 9270492.

HSL color Cylindrical-coordinate representation of color #DC748D: hue angle of 345.58º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC748D is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB220116141-
CMYK00.470.360.14
HSL345.58º59.77%65.88%-
HSV(B)345.58º47.27%86.27%-
XYZ40.5729.6328.78-
YUV149.95122.96177.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.12%
GREEN value IS 116 (45.70% from 255) = 24.32%
BLUE value IS 141 (55.47% from 255) = 29.56%
R=46.12%
G=24.32%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011614100.470.360.14345.5859.7765.88
HexDC748D02F24E15a3c42
Octal334164215057441653274102
Binary11011100111010010001101010111110010011101010110101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC748D; }

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

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

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

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

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

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

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

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