#DF85FD

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

Shades of Heliotrope #DF85FD

Tints of Heliotrope #DF85FD

Color information

#DF85FD (or 0xDF85FD) is unknown color: approx Heliotrope. HEX triplet: DF, 85 and FD. RGB value is (223,133,253). Sum of RGB (Red+Green+Blue) = 223+133+253=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 133 (52.34% from 255 or 21.84% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF85FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF85FD is #207A02. Grayscale: #ADADAD. Windows color (decimal): -2128387 or 16614879. OLE color: 16614879.

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

Color convert

RGB223133253-
CMYK0.120.4700.01
HSL285º96.77%75.69%-
HSV(B)285º47.43%99.22%-
XYZ56.5539.5597.58-
YUV173.59172.82163.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.62%
GREEN value IS 133 (52.34% from 255) = 21.84%
BLUE value IS 253 (99.22% from 255) = 41.54%
R=36.62%
G=21.84%
B=41.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2231332530.120.4700.0128596.7775.69
HexDF85FDC2F0111d614c
Octal337205375145701435141114
Binary11011111100001011111110111001011110110001110111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF85FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF85FD; }

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

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

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

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

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

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

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

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