#DF84FC

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

Shades of Heliotrope #DF84FC

Tints of Heliotrope #DF84FC

Color information

#DF84FC (or 0xDF84FC) is unknown color: approx Heliotrope. HEX triplet: DF, 84 and FC. RGB value is (223,132,252). Sum of RGB (Red+Green+Blue) = 223+132+252=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 132 (51.95% from 255 or 21.75% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF84FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF84FC is #207B03. Grayscale: #ACACAC. Windows color (decimal): -2128644 or 16549087. OLE color: 16549087.

HSL color Cylindrical-coordinate representation of color #DF84FC: hue angle of 285.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF84FC is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223132252-
CMYK0.120.4800.01
HSL285.5º95.24%75.29%-
HSV(B)285.5º47.62%98.82%-
XYZ56.2539.2296.7-
YUV172.89172.65163.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.74%
GREEN value IS 132 (51.95% from 255) = 21.75%
BLUE value IS 252 (98.83% from 255) = 41.52%
R=36.74%
G=21.75%
B=41.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2231322520.120.4800.01285.595.2475.29
HexDF84FCC300111e5f4b
Octal337204374146001436137113
Binary11011111100001001111110011001100000110001111010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF84FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF84FC; }

 p { color: rgb(223,132,252); }

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

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

 a { background-color: rgb(223,132,252); }

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

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

 span { border-color: rgb(223,132,252); }

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