#D95AF3

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

Shades of Heliotrope #D95AF3

Tints of Heliotrope #D95AF3

Color information

#D95AF3 (or 0xD95AF3) is unknown color: approx Heliotrope. HEX triplet: D9, 5A and F3. RGB value is (217,90,243). Sum of RGB (Red+Green+Blue) = 217+90+243=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 90 (35.55% from 255 or 16.36% from 550); Blue value is 243 (95.31% from 255 or 44.18% from 550); Max value from RGB is 243 - color contains mainly: blue. Hex color #D95AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95AF3 is #26A50C. Grayscale: #909090. Windows color (decimal): -2532621 or 15948505. OLE color: 15948505.

HSL color Cylindrical-coordinate representation of color #D95AF3: hue angle of 289.8º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D95AF3 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21790243-
CMYK0.110.6300.05
HSL289.8º86.44%65.29%-
HSV(B)289.8º62.96%95.29%-
XYZ48.4528.5487.75-
YUV145.42183.08179.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.45%
GREEN value IS 90 (35.55% from 255) = 16.36%
BLUE value IS 243 (95.31% from 255) = 44.18%
R=39.45%
G=16.36%
B=44.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal217902430.110.6300.05289.886.4465.29
HexD95AF3B3F051225641
Octal331132363137705442126101
Binary110110011011010111100111011111111010110010001010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95AF3; }

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

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

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

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

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

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

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

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