#D97DF1

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

Shades of Heliotrope #D97DF1

Tints of Heliotrope #D97DF1

Color information

#D97DF1 (or 0xD97DF1) is unknown color: approx Heliotrope. HEX triplet: D9, 7D and F1. RGB value is (217,125,241). Sum of RGB (Red+Green+Blue) = 217+125+241=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 125 (49.22% from 255 or 21.44% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #D97DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97DF1 is #26820E. Grayscale: #A5A5A5. Windows color (decimal): -2523663 or 15826393. OLE color: 15826393.

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

Color convert

RGB217125241-
CMYK0.100.4800.05
HSL287.59º80.56%71.76%-
HSV(B)287.59º48.13%94.51%-
XYZ51.8335.7787.39-
YUV165.73170.48164.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.22%
GREEN value IS 125 (49.22% from 255) = 21.44%
BLUE value IS 241 (94.53% from 255) = 41.34%
R=37.22%
G=21.44%
B=41.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2171252410.100.4800.05287.5980.5671.76
HexD97DF1A30051205148
Octal331175361126005440121110
Binary110110011111101111100011010110000010110010000010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97DF1; }

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

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

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

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

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

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

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

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