#DC7198

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

Shades of Pale Violet Red #DC7198

Tints of Pale Violet Red #DC7198

Color information

#DC7198 (or 0xDC7198) is unknown color: approx Pale Violet Red. HEX triplet: DC, 71 and 98. RGB value is (220,113,152). Sum of RGB (Red+Green+Blue) = 220+113+152=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7198 is #238E67. Grayscale: #959595. Windows color (decimal): -2330216 or 9990620. OLE color: 9990620.

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

Color convert

RGB220113152-
CMYK00.490.310.14
HSL338.13º60.45%65.29%-
HSV(B)338.13º48.64%86.27%-
XYZ41.0929.2933.19-
YUV149.44129.45178.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.36%
GREEN value IS 113 (44.53% from 255) = 23.30%
BLUE value IS 152 (59.77% from 255) = 31.34%
R=45.36%
G=23.30%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011315200.490.310.14338.1360.4565.29
HexDC71980311FE1523c41
Octal334161230061371652274101
Binary1101110011100011001100001100011111111101010100101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7198; }

 p { color: rgb(220,113,152); }

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

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

 a { background-color: rgb(220,113,152); }

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

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

 span { border-color: rgb(220,113,152); }

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