#DF8BFA

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

Shades of Heliotrope #DF8BFA

Tints of Heliotrope #DF8BFA

Color information

#DF8BFA (or 0xDF8BFA) is unknown color: approx Heliotrope. HEX triplet: DF, 8B and FA. RGB value is (223,139,250). Sum of RGB (Red+Green+Blue) = 223+139+250=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 139 (54.69% from 255 or 22.71% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF8BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8BFA is #207405. Grayscale: #B0B0B0. Windows color (decimal): -2126854 or 16419807. OLE color: 16419807.

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

Color convert

RGB223139250-
CMYK0.110.4400.02
HSL285.41º91.74%76.27%-
HSV(B)285.41º44.4%98.04%-
XYZ56.9241.0695.37-
YUV176.77169.33160.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.44%
GREEN value IS 139 (54.69% from 255) = 22.71%
BLUE value IS 250 (98.05% from 255) = 40.85%
R=36.44%
G=22.71%
B=40.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231392500.110.4400.02285.4191.7476.27
HexDF8BFAB2C0211d5c4c
Octal337213372135402435134114
Binary110111111000101111111010101110110001010001110110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8BFA; }

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

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

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

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

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

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

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

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