#D975FD

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

Shades of Heliotrope #D975FD

Tints of Heliotrope #D975FD

Color information

#D975FD (or 0xD975FD) is unknown color: approx Heliotrope. HEX triplet: D9, 75 and FD. RGB value is (217,117,253). Sum of RGB (Red+Green+Blue) = 217+117+253=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 117 (46.09% from 255 or 19.93% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #D975FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D975FD is #268A02. Grayscale: #A1A1A1. Windows color (decimal): -2525699 or 16610777. OLE color: 16610777.

HSL color Cylindrical-coordinate representation of color #D975FD: hue angle of 284.12º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D975FD is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217117253-
CMYK0.140.5400.01
HSL284.12º97.14%72.55%-
HSV(B)284.12º53.75%99.22%-
XYZ52.7134.5796.82-
YUV162.4179.13166.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.97%
GREEN value IS 117 (46.09% from 255) = 19.93%
BLUE value IS 253 (99.22% from 255) = 43.10%
R=36.97%
G=19.93%
B=43.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2171172530.140.5400.01284.1297.1472.55
HexD975FDE360111c6149
Octal331165375166601434141111
Binary1101100111101011111110111101101100110001110011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D975FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D975FD; }

 p { color: rgb(217,117,253); }

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

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

 a { background-color: rgb(217,117,253); }

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

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

 span { border-color: rgb(217,117,253); }

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