#DF90F4

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

Shades of Violet #DF90F4

Tints of Violet #DF90F4

Color information

#DF90F4 (or 0xDF90F4) is unknown color: approx Violet. HEX triplet: DF, 90 and F4. RGB value is (223,144,244). Sum of RGB (Red+Green+Blue) = 223+144+244=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 144 (56.64% from 255 or 23.57% from 611); Blue value is 244 (95.70% from 255 or 39.93% from 611); Max value from RGB is 244 - color contains mainly: blue. Hex color #DF90F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF90F4 is #206F0B. Grayscale: #B2B2B2. Windows color (decimal): -2125580 or 16027871. OLE color: 16027871.

HSL color Cylindrical-coordinate representation of color #DF90F4: hue angle of 287.4º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF90F4 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223144244-
CMYK0.090.4100.04
HSL287.4º81.97%76.08%-
HSV(B)287.4º40.98%95.69%-
XYZ56.7342.1790.74-
YUV179.02164.67159.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.50%
GREEN value IS 144 (56.64% from 255) = 23.57%
BLUE value IS 244 (95.70% from 255) = 39.93%
R=36.50%
G=23.57%
B=39.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2231442440.090.4100.04287.481.9776.08
HexDF90F49290411f524c
Octal337220364115104437122114
Binary1101111110010000111101001001101001010010001111110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF90F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF90F4; }

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

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

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

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

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

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

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

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