#DC7097

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

Shades of Pale Violet Red #DC7097

Tints of Pale Violet Red #DC7097

Color information

#DC7097 (or 0xDC7097) is unknown color: approx Pale Violet Red. HEX triplet: DC, 70 and 97. RGB value is (220,112,151). Sum of RGB (Red+Green+Blue) = 220+112+151=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7097 is #238F68. Grayscale: #949494. Windows color (decimal): -2330473 or 9924828. OLE color: 9924828.

HSL color Cylindrical-coordinate representation of color #DC7097: hue angle of 338.33º degrees, saturation: 0.61, 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 #DC7097 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB220112151-
CMYK00.490.310.14
HSL338.33º60.67%65.1%-
HSV(B)338.33º49.09%86.27%-
XYZ40.929.0432.73-
YUV148.74129.28178.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.55%
GREEN value IS 112 (44.14% from 255) = 23.19%
BLUE value IS 151 (59.38% from 255) = 31.26%
R=45.55%
G=23.19%
B=31.26%

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
Decimal22011215100.490.310.14338.3360.6765.1
HexDC70970311FE1523d41
Octal334160227061371652275101
Binary1101110011100001001011101100011111111101010100101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7097; }

 p { color: rgb(220,112,151); }

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

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

 a { background-color: rgb(220,112,151); }

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

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

 span { border-color: rgb(220,112,151); }

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