#df6bfa

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

Shades of Heliotrope #DF6BFA

Tints of Heliotrope #DF6BFA

Color information

#DF6BFA (or 0xDF6BFA) is unknown color: approx Heliotrope. HEX triplet: DF, 6B and FA. RGB value is (223,107,250). Sum of RGB (Red+Green+Blue) = 223+107+250=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 107 (42.19% from 255 or 18.45% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF6BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6BFA is #209405. Grayscale: #9D9D9D. Windows color (decimal): -2135046 or 16411615. OLE color: 16411615.

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

Color convert

RGB223107250-
CMYK0.110.5700.02
HSL288.67º93.46%70%-
HSV(B)288.67º57.2%98.04%-
XYZ52.9433.1194.04-
YUV157.99179.93174.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.45%
GREEN value IS 107 (42.19% from 255) = 18.45%
BLUE value IS 250 (98.05% from 255) = 43.10%
R=38.45%
G=18.45%
B=43.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231072500.110.5700.02288.6793.4670
HexDF6BFAB39021215d46
Octal337153372137102441135106
Binary11011111110101111111010101111100101010010000110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df6bfa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df6bfa; }

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

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

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

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

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

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

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

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