#D95AFF

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

Shades of Heliotrope #D95AFF

Tints of Heliotrope #D95AFF

Color information

#D95AFF (or 0xD95AFF) is unknown color: approx Heliotrope. HEX triplet: D9, 5A and FF. RGB value is (217,90,255). Sum of RGB (Red+Green+Blue) = 217+90+255=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 90 (35.55% from 255 or 16.01% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #D95AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95AFF is #26A500. Grayscale: #929292. Windows color (decimal): -2532609 or 16734937. OLE color: 16734937.

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

Color convert

RGB21790255-
CMYK0.150.6500
HSL286.18º100%67.65%-
HSV(B)286.18º64.71%100%-
XYZ50.3229.2897.61-
YUV146.78189.08178.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.61%
GREEN value IS 90 (35.55% from 255) = 16.01%
BLUE value IS 255 (100% from 255) = 45.37%
R=38.61%
G=16.01%
B=45.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal217902550.150.6500286.1810067.65
HexD95AFFF410011e6444
Octal3311323771710100436144104
Binary11011001101101011111111111110000010010001111011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95AFF; }

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

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

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

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

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

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

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

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