#DC749E

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

Shades of Pale Violet Red #DC749E

Tints of Pale Violet Red #DC749E

Color information

#DC749E (or 0xDC749E) is unknown color: approx Pale Violet Red. HEX triplet: DC, 74 and 9E. RGB value is (220,116,158). Sum of RGB (Red+Green+Blue) = 220+116+158=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC749E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC749E is #238B61. Grayscale: #979797. Windows color (decimal): -2329442 or 10384604. OLE color: 10384604.

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

Color convert

RGB220116158-
CMYK00.470.280.14
HSL335.77º59.77%65.88%-
HSV(B)335.77º47.27%86.27%-
XYZ41.9330.1835.96-
YUV151.88131.46176.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.53%
GREEN value IS 116 (45.70% from 255) = 23.48%
BLUE value IS 158 (62.11% from 255) = 31.98%
R=44.53%
G=23.48%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011615800.470.280.14335.7759.7765.88
HexDC749E02F1CE1503c42
Octal334164236057341652074102
Binary1101110011101001001111001011111110011101010100001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC749E; }

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

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

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

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

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

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

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

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