#DF8BFB

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

Shades of Heliotrope #DF8BFB

Tints of Heliotrope #DF8BFB

Color information

#DF8BFB (or 0xDF8BFB) is unknown color: approx Heliotrope. HEX triplet: DF, 8B and FB. RGB value is (223,139,251). Sum of RGB (Red+Green+Blue) = 223+139+251=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 139 (54.69% from 255 or 22.68% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF8BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8BFB is #207404. Grayscale: #B0B0B0. Windows color (decimal): -2126853 or 16485343. OLE color: 16485343.

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

Color convert

RGB223139251-
CMYK0.110.4500.02
HSL285º93.33%76.47%-
HSV(B)285º44.62%98.43%-
XYZ57.0841.1296.2-
YUV176.88169.83160.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.38%
GREEN value IS 139 (54.69% from 255) = 22.68%
BLUE value IS 251 (98.44% from 255) = 40.95%
R=36.38%
G=22.68%
B=40.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231392510.110.4500.0228593.3376.47
HexDF8BFBB2D0211d5d4c
Octal337213373135502435135114
Binary110111111000101111111011101110110101010001110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8BFB; }

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

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

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

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

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

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

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

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