#DF68A8

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

Shades of Pale Violet Red #DF68A8

Tints of Pale Violet Red #DF68A8

Color information

#DF68A8 (or 0xDF68A8) is unknown color: approx Pale Violet Red. HEX triplet: DF, 68 and A8. RGB value is (223,104,168). Sum of RGB (Red+Green+Blue) = 223+104+168=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF68A8 is #209757. Grayscale: #929292. Windows color (decimal): -2135896 or 11036895. OLE color: 11036895.

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

Color convert

RGB223104168-
CMYK00.530.250.13
HSL327.73º65.03%64.12%-
HSV(B)327.73º53.36%87.45%-
XYZ42.4528.4240.29-
YUV146.88139.92182.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.05%
GREEN value IS 104 (41.02% from 255) = 21.01%
BLUE value IS 168 (66.02% from 255) = 33.94%
R=45.05%
G=21.01%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310416800.530.250.13327.7365.0364.12
HexDF68A803519D1484140
Octal3371502500653115510101100
Binary11011111110100010101000011010111001110110100100010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF68A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF68A8; }

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

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

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

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

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

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

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

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