#DF6BA7

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

Shades of Pale Violet Red #DF6BA7

Tints of Pale Violet Red #DF6BA7

Color information

#DF6BA7 (or 0xDF6BA7) is unknown color: approx Pale Violet Red. HEX triplet: DF, 6B and A7. RGB value is (223,107,167). Sum of RGB (Red+Green+Blue) = 223+107+167=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 167 (65.62% from 255 or 33.60% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6BA7 is #209458. Grayscale: #949494. Windows color (decimal): -2135129 or 10972127. OLE color: 10972127.

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

Color convert

RGB223107167-
CMYK00.520.250.13
HSL328.97º64.44%64.71%-
HSV(B)328.97º52.02%87.45%-
XYZ42.6628.9939.91-
YUV148.52138.43181.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.87%
GREEN value IS 107 (42.19% from 255) = 21.53%
BLUE value IS 167 (65.62% from 255) = 33.60%
R=44.87%
G=21.53%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310716700.520.250.13328.9764.4464.71
HexDF6BA703419D1494041
Octal3371532470643115511100101
Binary11011111110101110100111011010011001110110100100110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6BA7; }

 p { color: rgb(223,107,167); }

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

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

 a { background-color: rgb(223,107,167); }

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

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

 span { border-color: rgb(223,107,167); }

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