#DF6BA8

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

Shades of Pale Violet Red #DF6BA8

Tints of Pale Violet Red #DF6BA8

Color information

#DF6BA8 (or 0xDF6BA8) is unknown color: approx Pale Violet Red. HEX triplet: DF, 6B and A8. RGB value is (223,107,168). Sum of RGB (Red+Green+Blue) = 223+107+168=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6BA8 is #209457. Grayscale: #949494. Windows color (decimal): -2135128 or 11037663. OLE color: 11037663.

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

Color convert

RGB223107168-
CMYK00.520.250.13
HSL328.45º64.44%64.71%-
HSV(B)328.45º52.02%87.45%-
XYZ42.7629.0340.4-
YUV148.64138.93181.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.78%
GREEN value IS 107 (42.19% from 255) = 21.49%
BLUE value IS 168 (66.02% from 255) = 33.73%
R=44.78%
G=21.49%
B=33.73%

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
Decimal22310716800.520.250.13328.4564.4464.71
HexDF6BA803419D1484041
Octal3371532500643115510100101
Binary11011111110101110101000011010011001110110100100010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6BA8; }

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

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

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

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

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

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

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

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