#DC6BA9

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

Shades of Pale Violet Red #DC6BA9

Tints of Pale Violet Red #DC6BA9

Color information

#DC6BA9 (or 0xDC6BA9) is unknown color: approx Pale Violet Red. HEX triplet: DC, 6B and A9. RGB value is (220,107,169). Sum of RGB (Red+Green+Blue) = 220+107+169=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 169 (66.41% from 255 or 34.07% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6BA9 is #239456. Grayscale: #939393. Windows color (decimal): -2331735 or 11103196. OLE color: 11103196.

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

Color convert

RGB220107169-
CMYK00.510.230.14
HSL327.08º61.75%64.12%-
HSV(B)327.08º51.36%86.27%-
XYZ41.9328.640.85-
YUV147.85139.94179.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.35%
GREEN value IS 107 (42.19% from 255) = 21.57%
BLUE value IS 169 (66.41% from 255) = 34.07%
R=44.35%
G=21.57%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010716900.510.230.14327.0861.7564.12
HexDC6BA903317E1473e40
Octal334153251063271650776100
Binary1101110011010111010100101100111011111101010001111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6BA9; }

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

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

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

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

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

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

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

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