#DC7B9A

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

Shades of Pale Violet Red #DC7B9A

Tints of Pale Violet Red #DC7B9A

Color information

#DC7B9A (or 0xDC7B9A) is unknown color: approx Pale Violet Red. HEX triplet: DC, 7B and 9A. RGB value is (220,123,154). Sum of RGB (Red+Green+Blue) = 220+123+154=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 123 (48.44% from 255 or 24.75% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7B9A is #238465. Grayscale: #9B9B9B. Windows color (decimal): -2327654 or 10124252. OLE color: 10124252.

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

Color convert

RGB220123154-
CMYK00.440.30.14
HSL340.82º58.08%67.25%-
HSV(B)340.82º44.09%86.27%-
XYZ42.4331.7134.46-
YUV155.54127.14173.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.27%
GREEN value IS 123 (48.44% from 255) = 24.75%
BLUE value IS 154 (60.55% from 255) = 30.99%
R=44.27%
G=24.75%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012315400.440.30.14340.8258.0867.25
HexDC7B9A02C1EE1553a43
Octal334173232054361652572103
Binary1101110011110111001101001011001111011101010101011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7B9A; }

 p { color: rgb(220,123,154); }

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

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

 a { background-color: rgb(220,123,154); }

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

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

 span { border-color: rgb(220,123,154); }

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