#DF6A9A

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

Shades of Pale Violet Red #DF6A9A

Tints of Pale Violet Red #DF6A9A

Color information

#DF6A9A (or 0xDF6A9A) is unknown color: approx Pale Violet Red. HEX triplet: DF, 6A and 9A. RGB value is (223,106,154). Sum of RGB (Red+Green+Blue) = 223+106+154=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6A9A is #209565. Grayscale: #929292. Windows color (decimal): -2135398 or 10119903. OLE color: 10119903.

HSL color Cylindrical-coordinate representation of color #DF6A9A: hue angle of 335.38º degrees, saturation: 0.65, 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 #DF6A9A is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB223106154-
CMYK00.520.310.13
HSL335.38º64.64%64.51%-
HSV(B)335.38º52.47%87.45%-
XYZ41.4228.3333.86-
YUV146.46132.26182.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.17%
GREEN value IS 106 (41.80% from 255) = 21.95%
BLUE value IS 154 (60.55% from 255) = 31.88%
R=46.17%
G=21.95%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310615400.520.310.13335.3864.6464.51
HexDF6A9A0341FD14f4141
Octal3371522320643715517101101
Binary11011111110101010011010011010011111110110100111110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6A9A; }

 p { color: rgb(223,106,154); }

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

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

 a { background-color: rgb(223,106,154); }

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

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

 span { border-color: rgb(223,106,154); }

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