#DF85FB

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

Shades of Heliotrope #DF85FB

Tints of Heliotrope #DF85FB

Color information

#DF85FB (or 0xDF85FB) is unknown color: approx Heliotrope. HEX triplet: DF, 85 and FB. RGB value is (223,133,251). Sum of RGB (Red+Green+Blue) = 223+133+251=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 133 (52.34% from 255 or 21.91% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF85FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF85FB is #207A04. Grayscale: #ACACAC. Windows color (decimal): -2128389 or 16483807. OLE color: 16483807.

HSL color Cylindrical-coordinate representation of color #DF85FB: hue angle of 285.76º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF85FB is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223133251-
CMYK0.110.4700.02
HSL285.76º93.65%75.29%-
HSV(B)285.76º47.01%98.43%-
XYZ56.2339.4395.91-
YUV173.36171.82163.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.74%
GREEN value IS 133 (52.34% from 255) = 21.91%
BLUE value IS 251 (98.44% from 255) = 41.35%
R=36.74%
G=21.91%
B=41.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231332510.110.4700.02285.7693.6575.29
HexDF85FBB2F0211e5e4b
Octal337205373135702436136113
Binary110111111000010111111011101110111101010001111010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF85FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF85FB; }

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

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

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

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

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

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

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

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