#DC7A99

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

Shades of Pale Violet Red #DC7A99

Tints of Pale Violet Red #DC7A99

Color information

#DC7A99 (or 0xDC7A99) is unknown color: approx Pale Violet Red. HEX triplet: DC, 7A and 99. RGB value is (220,122,153). Sum of RGB (Red+Green+Blue) = 220+122+153=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7A99 is #238566. Grayscale: #9A9A9A. Windows color (decimal): -2327911 or 10058460. OLE color: 10058460.

HSL color Cylindrical-coordinate representation of color #DC7A99: hue angle of 341.02º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC7A99 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB220122153-
CMYK00.450.300.14
HSL341.02º58.33%67.06%-
HSV(B)341.02º44.55%86.27%-
XYZ42.2231.4333.98-
YUV154.84126.97174.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.44%
GREEN value IS 122 (48.05% from 255) = 24.65%
BLUE value IS 153 (60.16% from 255) = 30.91%
R=44.44%
G=24.65%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012215300.450.300.14341.0258.3367.06
HexDC7A9902D1EE1553a43
Octal334172231055361652572103
Binary1101110011110101001100101011011111011101010101011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7A99; }

 p { color: rgb(220,122,153); }

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

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

 a { background-color: rgb(220,122,153); }

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

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

 span { border-color: rgb(220,122,153); }

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