#D95AFB

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

Shades of Heliotrope #D95AFB

Tints of Heliotrope #D95AFB

Color information

#D95AFB (or 0xD95AFB) is unknown color: approx Heliotrope. HEX triplet: D9, 5A and FB. RGB value is (217,90,251). Sum of RGB (Red+Green+Blue) = 217+90+251=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 90 (35.55% from 255 or 16.13% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #D95AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95AFB is #26A504. Grayscale: #919191. Windows color (decimal): -2532613 or 16472793. OLE color: 16472793.

HSL color Cylindrical-coordinate representation of color #D95AFB: hue angle of 287.33º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D95AFB is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21790251-
CMYK0.140.6400.02
HSL287.33º95.27%66.86%-
HSV(B)287.33º64.14%98.43%-
XYZ49.6829.0394.25-
YUV146.33187.08178.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.89%
GREEN value IS 90 (35.55% from 255) = 16.13%
BLUE value IS 251 (98.44% from 255) = 44.98%
R=38.89%
G=16.13%
B=44.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal217902510.140.6400.02287.3395.2766.86
HexD95AFBE400211f5f43
Octal3311323731610002437137103
Binary110110011011010111110111110100000001010001111110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95AFB; }

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

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

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

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

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

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

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

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