#D93FFF

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

Shades of Heliotrope #D93FFF

Tints of Heliotrope #D93FFF

Color information

#D93FFF (or 0xD93FFF) is unknown color: approx Heliotrope. HEX triplet: D9, 3F and FF. RGB value is (217,63,255). Sum of RGB (Red+Green+Blue) = 217+63+255=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 63 (25% from 255 or 11.78% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #D93FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D93FFF is #26C000. Grayscale: #828282. Windows color (decimal): -2539521 or 16728025. OLE color: 16728025.

HSL color Cylindrical-coordinate representation of color #D93FFF: hue angle of 288.12º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D93FFF is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB21763255-
CMYK0.150.7500
HSL288.12º100%62.35%-
HSV(B)288.12º75.29%100%-
XYZ48.4425.5396.98-
YUV130.93198.02189.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.56%
GREEN value IS 63 (25% from 255) = 11.78%
BLUE value IS 255 (100% from 255) = 47.66%
R=40.56%
G=11.78%
B=47.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal217632550.150.7500288.1210062.35
HexD93FFFF4B00120643e
Octal33177377171130044014476
Binary110110011111111111111111111001011001001000001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93FFF; }

 p { color: rgb(217,63,255); }

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

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

 a { background-color: rgb(217,63,255); }

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

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

 span { border-color: rgb(217,63,255); }

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