#D95AEF

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

Shades of Heliotrope #D95AEF

Tints of Heliotrope #D95AEF

Color information

#D95AEF (or 0xD95AEF) is unknown color: approx Heliotrope. HEX triplet: D9, 5A and EF. RGB value is (217,90,239). Sum of RGB (Red+Green+Blue) = 217+90+239=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 90 (35.55% from 255 or 16.48% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #D95AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95AEF is #26A510. Grayscale: #909090. Windows color (decimal): -2532625 or 15686361. OLE color: 15686361.

HSL color Cylindrical-coordinate representation of color #D95AEF: hue angle of 291.14º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D95AEF is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB21790239-
CMYK0.090.6200.06
HSL291.14º82.32%64.51%-
HSV(B)291.14º62.34%93.73%-
XYZ47.8528.384.6-
YUV144.96181.08179.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.74%
GREEN value IS 90 (35.55% from 255) = 16.48%
BLUE value IS 239 (93.75% from 255) = 43.77%
R=39.74%
G=16.48%
B=43.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal217902390.090.6200.06291.1482.3264.51
HexD95AEF93E061235241
Octal331132357117606443122101
Binary110110011011010111011111001111110011010010001110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95AEF; }

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

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

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

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

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

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

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

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