#DF90FD

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

Shades of Heliotrope #DF90FD

Tints of Heliotrope #DF90FD

Color information

#DF90FD (or 0xDF90FD) is unknown color: approx Heliotrope. HEX triplet: DF, 90 and FD. RGB value is (223,144,253). Sum of RGB (Red+Green+Blue) = 223+144+253=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 144 (56.64% from 255 or 23.23% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF90FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF90FD is #206F02. Grayscale: #B3B3B3. Windows color (decimal): -2125571 or 16617695. OLE color: 16617695.

HSL color Cylindrical-coordinate representation of color #DF90FD: hue angle of 283.49º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF90FD is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223144253-
CMYK0.120.4300.01
HSL283.49º96.46%77.84%-
HSV(B)283.49º43.08%99.22%-
XYZ58.1342.7398.11-
YUV180.05169.17158.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.97%
GREEN value IS 144 (56.64% from 255) = 23.23%
BLUE value IS 253 (99.22% from 255) = 40.81%
R=35.97%
G=23.23%
B=40.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2231442530.120.4300.01283.4996.4677.84
HexDF90FDC2B0111b604e
Octal337220375145301433140116
Binary11011111100100001111110111001010110110001101111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF90FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF90FD; }

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

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

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

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

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

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

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

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