#D95DFB

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

Shades of Heliotrope #D95DFB

Tints of Heliotrope #D95DFB

Color information

#D95DFB (or 0xD95DFB) is unknown color: approx Heliotrope. HEX triplet: D9, 5D and FB. RGB value is (217,93,251). Sum of RGB (Red+Green+Blue) = 217+93+251=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 93 (36.72% from 255 or 16.58% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #D95DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95DFB is #26A204. Grayscale: #939393. Windows color (decimal): -2531845 or 16473561. OLE color: 16473561.

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

Color convert

RGB21793251-
CMYK0.140.6300.02
HSL287.09º95.18%67.45%-
HSV(B)287.09º62.95%98.43%-
XYZ49.9429.5594.34-
YUV148.09186.08177.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.68%
GREEN value IS 93 (36.72% from 255) = 16.58%
BLUE value IS 251 (98.44% from 255) = 44.74%
R=38.68%
G=16.58%
B=44.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal217932510.140.6300.02287.0995.1867.45
HexD95DFBE3F0211f5f43
Octal331135373167702437137103
Binary11011001101110111111011111011111101010001111110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95DFB; }

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

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

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

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

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

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

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

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