#DC6B9E

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

Shades of Pale Violet Red #DC6B9E

Tints of Pale Violet Red #DC6B9E

Color information

#DC6B9E (or 0xDC6B9E) is unknown color: approx Pale Violet Red. HEX triplet: DC, 6B and 9E. RGB value is (220,107,158). Sum of RGB (Red+Green+Blue) = 220+107+158=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6B9E is #239461. Grayscale: #929292. Windows color (decimal): -2331746 or 10382300. OLE color: 10382300.

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

Color convert

RGB220107158-
CMYK00.510.280.14
HSL332.92º61.75%64.12%-
HSV(B)332.92º51.36%86.27%-
XYZ40.9428.235.63-
YUV146.6134.44180.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.36%
GREEN value IS 107 (42.19% from 255) = 22.06%
BLUE value IS 158 (62.11% from 255) = 32.58%
R=45.36%
G=22.06%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010715800.510.280.14332.9261.7564.12
HexDC6B9E0331CE14d3e40
Octal334153236063341651576100
Binary1101110011010111001111001100111110011101010011011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6B9E; }

 p { color: rgb(220,107,158); }

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

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

 a { background-color: rgb(220,107,158); }

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

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

 span { border-color: rgb(220,107,158); }

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