#D975F1

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

Shades of Heliotrope #D975F1

Tints of Heliotrope #D975F1

Color information

#D975F1 (or 0xD975F1) is unknown color: approx Heliotrope. HEX triplet: D9, 75 and F1. RGB value is (217,117,241). Sum of RGB (Red+Green+Blue) = 217+117+241=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 117 (46.09% from 255 or 20.35% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 241 - color contains mainly: blue. Hex color #D975F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D975F1 is #268A0E. Grayscale: #A0A0A0. Windows color (decimal): -2525711 or 15824345. OLE color: 15824345.

HSL color Cylindrical-coordinate representation of color #D975F1: hue angle of 288.39º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D975F1 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217117241-
CMYK0.100.5100.05
HSL288.39º81.58%70.2%-
HSV(B)288.39º51.45%94.51%-
XYZ50.8533.8387.07-
YUV161.04173.13167.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.74%
GREEN value IS 117 (46.09% from 255) = 20.35%
BLUE value IS 241 (94.53% from 255) = 41.91%
R=37.74%
G=20.35%
B=41.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2171172410.100.5100.05288.3981.5870.2
HexD975F1A33051205246
Octal331165361126305440122106
Binary110110011110101111100011010110011010110010000010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D975F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D975F1; }

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

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

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

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

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

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

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

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