#DF7DFA

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

Shades of Heliotrope #DF7DFA

Tints of Heliotrope #DF7DFA

Color information

#DF7DFA (or 0xDF7DFA) is unknown color: approx Heliotrope. HEX triplet: DF, 7D and FA. RGB value is (223,125,250). Sum of RGB (Red+Green+Blue) = 223+125+250=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 125 (49.22% from 255 or 20.90% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF7DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7DFA is #208205. Grayscale: #A8A8A8. Windows color (decimal): -2130438 or 16416223. OLE color: 16416223.

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

Color convert

RGB223125250-
CMYK0.110.5000.02
HSL287.04º92.59%73.53%-
HSV(B)287.04º50%98.04%-
XYZ55.0237.2694.73-
YUV168.55173.97166.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.29%
GREEN value IS 125 (49.22% from 255) = 20.90%
BLUE value IS 250 (98.05% from 255) = 41.81%
R=37.29%
G=20.90%
B=41.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231252500.110.5000.02287.0492.5973.53
HexDF7DFAB320211f5d4a
Octal337175372136202437135112
Binary11011111111110111111010101111001001010001111110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7DFA; }

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

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

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

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

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

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

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

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