#D95FF3

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

Shades of Heliotrope #D95FF3

Tints of Heliotrope #D95FF3

Color information

#D95FF3 (or 0xD95FF3) is unknown color: approx Heliotrope. HEX triplet: D9, 5F and F3. RGB value is (217,95,243). Sum of RGB (Red+Green+Blue) = 217+95+243=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 95 (37.5% from 255 or 17.12% from 555); Blue value is 243 (95.31% from 255 or 43.78% from 555); Max value from RGB is 243 - color contains mainly: blue. Hex color #D95FF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95FF3 is #26A00C. Grayscale: #939393. Windows color (decimal): -2531341 or 15949785. OLE color: 15949785.

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

Color convert

RGB21795243-
CMYK0.110.6100.05
HSL289.46º86.05%66.27%-
HSV(B)289.46º60.91%95.29%-
XYZ48.8929.4187.89-
YUV148.35181.42176.97-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.10%
GREEN value IS 95 (37.5% from 255) = 17.12%
BLUE value IS 243 (95.31% from 255) = 43.78%
R=39.10%
G=17.12%
B=43.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal217952430.110.6100.05289.4686.0566.27
HexD95FF3B3D051215642
Octal331137363137505441126102
Binary110110011011111111100111011111101010110010000110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95FF3; }

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

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

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

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

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

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

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

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