#DF6CAA

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

Shades of Pale Violet Red #DF6CAA

Tints of Pale Violet Red #DF6CAA

Color information

#DF6CAA (or 0xDF6CAA) is unknown color: approx Pale Violet Red. HEX triplet: DF, 6C and AA. RGB value is (223,108,170). Sum of RGB (Red+Green+Blue) = 223+108+170=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6CAA is #209355. Grayscale: #959595. Windows color (decimal): -2134870 or 11168991. OLE color: 11168991.

HSL color Cylindrical-coordinate representation of color #DF6CAA: hue angle of 327.65º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6CAA is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB223108170-
CMYK00.520.240.13
HSL327.65º64.25%64.9%-
HSV(B)327.65º51.57%87.45%-
XYZ43.0529.3241.42-
YUV149.45139.6180.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.51%
GREEN value IS 108 (42.58% from 255) = 21.56%
BLUE value IS 170 (66.80% from 255) = 33.93%
R=44.51%
G=21.56%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310817000.520.240.13327.6564.2564.9
HexDF6CAA03418D1484041
Octal3371542520643015510100101
Binary11011111110110010101010011010011000110110100100010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6CAA; }

 p { color: rgb(223,108,170); }

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

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

 a { background-color: rgb(223,108,170); }

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

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

 span { border-color: rgb(223,108,170); }

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