#D93DFF

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

Shades of Heliotrope #D93DFF

Tints of Heliotrope #D93DFF

Color information

#D93DFF (or 0xD93DFF) is unknown color: approx Heliotrope. HEX triplet: D9, 3D and FF. RGB value is (217,61,255). Sum of RGB (Red+Green+Blue) = 217+61+255=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 61 (24.22% from 255 or 11.44% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #D93DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D93DFF is #26C200. Grayscale: #818181. Windows color (decimal): -2540033 or 16727513. OLE color: 16727513.

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

Color convert

RGB21761255-
CMYK0.150.7600
HSL288.25º100%61.96%-
HSV(B)288.25º76.08%100%-
XYZ48.3325.3196.95-
YUV129.76198.68190.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.71%
GREEN value IS 61 (24.22% from 255) = 11.44%
BLUE value IS 255 (100% from 255) = 47.84%
R=40.71%
G=11.44%
B=47.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal217612550.150.7600288.2510061.96
HexD93DFFF4C00120643e
Octal33175377171140044014476
Binary110110011111011111111111111001100001001000001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93DFF; }

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

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

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

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

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

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

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

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