#DC6396

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

Shades of Pale Violet Red #DC6396

Tints of Pale Violet Red #DC6396

Color information

#DC6396 (or 0xDC6396) is unknown color: approx Pale Violet Red. HEX triplet: DC, 63 and 96. RGB value is (220,99,150). Sum of RGB (Red+Green+Blue) = 220+99+150=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6396 is #239C69. Grayscale: #8C8C8C. Windows color (decimal): -2333802 or 9855964. OLE color: 9855964.

HSL color Cylindrical-coordinate representation of color #DC6396: hue angle of 334.71º 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 #DC6396 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB22099150-
CMYK00.550.320.14
HSL334.71º63.35%62.55%-
HSV(B)334.71º55%86.27%-
XYZ39.4826.3431.86-
YUV140.99133.09184.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.91%
GREEN value IS 99 (39.06% from 255) = 21.11%
BLUE value IS 150 (58.98% from 255) = 31.98%
R=46.91%
G=21.11%
B=31.98%

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
Decimal2209915000.550.320.14334.7163.3562.55
HexDC639603720E14f3f3f
Octal33414322606740165177777
Binary1101110011000111001011001101111000001110101001111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6396; }

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

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

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

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

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

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

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

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