#DF6794

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

Shades of Pale Violet Red #DF6794

Tints of Pale Violet Red #DF6794

Color information

#DF6794 (or 0xDF6794) is unknown color: approx Pale Violet Red. HEX triplet: DF, 67 and 94. RGB value is (223,103,148). Sum of RGB (Red+Green+Blue) = 223+103+148=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6794 is #20986B. Grayscale: #8F8F8F. Windows color (decimal): -2136172 or 9725919. OLE color: 9725919.

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

Color convert

RGB223103148-
CMYK00.540.340.13
HSL337.5º65.22%63.92%-
HSV(B)337.5º53.81%87.45%-
XYZ40.6327.5331.19-
YUV144.01130.26184.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.05%
GREEN value IS 103 (40.62% from 255) = 21.73%
BLUE value IS 148 (58.20% from 255) = 31.22%
R=47.05%
G=21.73%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310314800.540.340.13337.565.2263.92
HexDF679403622D1524140
Octal3371472240664215522101100
Binary110111111100111100101000110110100010110110101001010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6794; }

 p { color: rgb(223,103,148); }

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

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

 a { background-color: rgb(223,103,148); }

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

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

 span { border-color: rgb(223,103,148); }

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