#DC6297

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

Shades of Pale Violet Red #DC6297

Tints of Pale Violet Red #DC6297

Color information

#DC6297 (or 0xDC6297) is unknown color: approx Pale Violet Red. HEX triplet: DC, 62 and 97. RGB value is (220,98,151). Sum of RGB (Red+Green+Blue) = 220+98+151=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6297 is #239D68. Grayscale: #8C8C8C. Windows color (decimal): -2334057 or 9921244. OLE color: 9921244.

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

Color convert

RGB22098151-
CMYK00.550.310.14
HSL333.93º63.54%62.35%-
HSV(B)333.93º55.45%86.27%-
XYZ39.4726.1932.25-
YUV140.52133.92184.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.91%
GREEN value IS 98 (38.67% from 255) = 20.90%
BLUE value IS 151 (59.38% from 255) = 32.20%
R=46.91%
G=20.90%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209815100.550.310.14333.9363.5462.35
HexDC62970371FE14e403e
Octal334142227067371651610076
Binary1101110011000101001011101101111111111101010011101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6297; }

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

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

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

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

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

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

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

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