#DC6395

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

Shades of Pale Violet Red #DC6395

Tints of Pale Violet Red #DC6395

Color information

#DC6395 (or 0xDC6395) is unknown color: approx Pale Violet Red. HEX triplet: DC, 63 and 95. RGB value is (220,99,149). Sum of RGB (Red+Green+Blue) = 220+99+149=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6395 is #239C6A. Grayscale: #8C8C8C. Windows color (decimal): -2333803 or 9790428. OLE color: 9790428.

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

Color convert

RGB22099149-
CMYK00.550.320.14
HSL335.21º63.35%62.55%-
HSV(B)335.21º55%86.27%-
XYZ39.426.3131.44-
YUV140.88132.59184.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.01%
GREEN value IS 99 (39.06% from 255) = 21.15%
BLUE value IS 149 (58.59% from 255) = 31.84%
R=47.01%
G=21.15%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209914900.550.320.14335.2163.3562.55
HexDC639503720E14f3f3f
Octal33414322506740165177777
Binary1101110011000111001010101101111000001110101001111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6395; }

 p { color: rgb(220,99,149); }

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

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

 a { background-color: rgb(220,99,149); }

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

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

 span { border-color: rgb(220,99,149); }

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