#DC749D

Color #DC749D Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #DC749D

Tints of Pale Violet Red #DC749D

Color information

#DC749D (or 0xDC749D) is unknown color: approx Pale Violet Red. HEX triplet: DC, 74 and 9D. RGB value is (220,116,157). Sum of RGB (Red+Green+Blue) = 220+116+157=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC749D is #238B62. Grayscale: #979797. Windows color (decimal): -2329443 or 10319068. OLE color: 10319068.

HSL color Cylindrical-coordinate representation of color #DC749D: hue angle of 336.35º 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 #DC749D is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB220116157-
CMYK00.470.290.14
HSL336.35º59.77%65.88%-
HSV(B)336.35º47.27%86.27%-
XYZ41.8530.1435.51-
YUV151.77130.96176.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.62%
GREEN value IS 116 (45.70% from 255) = 23.53%
BLUE value IS 157 (61.72% from 255) = 31.85%
R=44.62%
G=23.53%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011615700.470.290.14336.3559.7765.88
HexDC749D02F1DE1503c42
Octal334164235057351652074102
Binary1101110011101001001110101011111110111101010100001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC749D; }

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

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

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

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

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

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

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

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