#DF6A8F

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

Shades of Pale Violet Red #DF6A8F

Tints of Pale Violet Red #DF6A8F

Color information

#DF6A8F (or 0xDF6A8F) is unknown color: approx Pale Violet Red. HEX triplet: DF, 6A and 8F. RGB value is (223,106,143). Sum of RGB (Red+Green+Blue) = 223+106+143=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6A8F is #209570. Grayscale: #919191. Windows color (decimal): -2135409 or 9399007. OLE color: 9399007.

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

Color convert

RGB223106143-
CMYK00.520.360.13
HSL341.03º64.64%64.51%-
HSV(B)341.03º52.47%87.45%-
XYZ40.5427.9829.25-
YUV145.2126.76183.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.25%
GREEN value IS 106 (41.80% from 255) = 22.46%
BLUE value IS 143 (56.25% from 255) = 30.30%
R=47.25%
G=22.46%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310614300.520.360.13341.0364.6464.51
HexDF6A8F03424D1554141
Octal3371522170644415525101101
Binary110111111101010100011110110100100100110110101010110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6A8F; }

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

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

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

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

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

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

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

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