#d15aff

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

Shades of Heliotrope #D15AFF

Tints of Heliotrope #D15AFF

Color information

#D15AFF (or 0xD15AFF) is unknown color: approx Heliotrope. HEX triplet: D1, 5A and FF. RGB value is (209,90,255). Sum of RGB (Red+Green+Blue) = 209+90+255=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 90 (35.55% from 255 or 16.25% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #D15AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15AFF is #2EA500. Grayscale: #8F8F8F. Windows color (decimal): -3056897 or 16734929. OLE color: 16734929.

HSL color Cylindrical-coordinate representation of color #D15AFF: hue angle of 283.27º 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 #D15AFF is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20990255-
CMYK0.180.6500
HSL283.27º100%67.65%-
HSV(B)283.27º64.71%100%-
XYZ4828.0997.5-
YUV144.39190.42174.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.73%
GREEN value IS 90 (35.55% from 255) = 16.25%
BLUE value IS 255 (100% from 255) = 46.03%
R=37.73%
G=16.25%
B=46.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal209902550.180.6500283.2710067.65
HexD15AFF12410011b6444
Octal3211323772210100433144104
Binary110100011011010111111111001010000010010001101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d15aff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d15aff; }

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

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

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

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

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

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

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

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