#DF6094

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

Shades of Pale Violet Red #DF6094

Tints of Pale Violet Red #DF6094

Color information

#DF6094 (or 0xDF6094) is unknown color: approx Pale Violet Red. HEX triplet: DF, 60 and 94. RGB value is (223,96,148). Sum of RGB (Red+Green+Blue) = 223+96+148=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6094 is #209F6B. Grayscale: #8B8B8B. Windows color (decimal): -2137964 or 9724127. OLE color: 9724127.

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

Color convert

RGB22396148-
CMYK00.570.340.13
HSL335.43º66.49%62.55%-
HSV(B)335.43º56.95%87.45%-
XYZ39.9626.1930.97-
YUV139.9132.58187.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.75%
GREEN value IS 96 (37.89% from 255) = 20.56%
BLUE value IS 148 (58.20% from 255) = 31.69%
R=47.75%
G=20.56%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239614800.570.340.13335.4366.4962.55
HexDF609403922D14f423f
Octal337140224071421551710277
Binary11011111110000010010100011100110001011011010011111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6094; }

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

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

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

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

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

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

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

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