#D955FE

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

Shades of Heliotrope #D955FE

Tints of Heliotrope #D955FE

Color information

#D955FE (or 0xD955FE) is unknown color: approx Heliotrope. HEX triplet: D9, 55 and FE. RGB value is (217,85,254). Sum of RGB (Red+Green+Blue) = 217+85+254=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 85 (33.59% from 255 or 15.29% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #D955FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D955FE is #26AA01. Grayscale: #8F8F8F. Windows color (decimal): -2533890 or 16668121. OLE color: 16668121.

HSL color Cylindrical-coordinate representation of color #D955FE: hue angle of 286.86º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D955FE is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB21785254-
CMYK0.150.6700.00
HSL286.86º98.83%66.47%-
HSV(B)286.86º66.54%99.61%-
XYZ49.7528.496.63-
YUV143.73190.23180.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.03%
GREEN value IS 85 (33.59% from 255) = 15.29%
BLUE value IS 254 (99.61% from 255) = 45.68%
R=39.03%
G=15.29%
B=45.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal217852540.150.6700.00286.8698.8366.47
HexD955FEF430011f6342
Octal3311253761710300437143102
Binary11011001101010111111110111110000110010001111111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D955FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D955FE; }

 p { color: rgb(217,85,254); }

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

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

 a { background-color: rgb(217,85,254); }

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

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

 span { border-color: rgb(217,85,254); }

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