#DF6990

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

Shades of Pale Violet Red #DF6990

Tints of Pale Violet Red #DF6990

Color information

#DF6990 (or 0xDF6990) is unknown color: approx Pale Violet Red. HEX triplet: DF, 69 and 90. RGB value is (223,105,144). Sum of RGB (Red+Green+Blue) = 223+105+144=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6990 is #20966F. Grayscale: #909090. Windows color (decimal): -2135664 or 9464287. OLE color: 9464287.

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

Color convert

RGB223105144-
CMYK00.530.350.13
HSL340.17º64.84%64.31%-
HSV(B)340.17º52.91%87.45%-
XYZ40.5227.829.62-
YUV144.73127.59183.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.25%
GREEN value IS 105 (41.41% from 255) = 22.25%
BLUE value IS 144 (56.64% from 255) = 30.51%
R=47.25%
G=22.25%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310514400.530.350.13340.1764.8464.31
HexDF699003523D1544140
Octal3371512200654315524101100
Binary110111111101001100100000110101100011110110101010010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6990; }

 p { color: rgb(223,105,144); }

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

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

 a { background-color: rgb(223,105,144); }

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

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

 span { border-color: rgb(223,105,144); }

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