#DC6197

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

Shades of Pale Violet Red #DC6197

Tints of Pale Violet Red #DC6197

Color information

#DC6197 (or 0xDC6197) is unknown color: approx Pale Violet Red. HEX triplet: DC, 61 and 97. RGB value is (220,97,151). Sum of RGB (Red+Green+Blue) = 220+97+151=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6197 is #239E68. Grayscale: #8B8B8B. Windows color (decimal): -2334313 or 9920988. OLE color: 9920988.

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

Color convert

RGB22097151-
CMYK00.560.310.14
HSL333.66º63.73%62.16%-
HSV(B)333.66º55.91%86.27%-
XYZ39.382632.22-
YUV139.93134.25185.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.01%
GREEN value IS 97 (38.28% from 255) = 20.73%
BLUE value IS 151 (59.38% from 255) = 32.26%
R=47.01%
G=20.73%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209715100.560.310.14333.6663.7362.16
HexDC61970381FE14e403e
Octal334141227070371651610076
Binary1101110011000011001011101110001111111101010011101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6197; }

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

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

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

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

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

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

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

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