#D97DFF

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

Shades of Heliotrope #D97DFF

Tints of Heliotrope #D97DFF

Color information

#D97DFF (or 0xD97DFF) is unknown color: approx Heliotrope. HEX triplet: D9, 7D and FF. RGB value is (217,125,255). Sum of RGB (Red+Green+Blue) = 217+125+255=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 125 (49.22% from 255 or 20.94% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #D97DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97DFF is #268200. Grayscale: #A6A6A6. Windows color (decimal): -2523649 or 16743897. OLE color: 16743897.

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

Color convert

RGB217125255-
CMYK0.150.5100
HSL282.46º100%74.51%-
HSV(B)282.46º50.98%100%-
XYZ5436.6498.83-
YUV167.33177.48163.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.35%
GREEN value IS 125 (49.22% from 255) = 20.94%
BLUE value IS 255 (100% from 255) = 42.71%
R=36.35%
G=20.94%
B=42.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2171252550.150.5100282.4610074.51
HexD97DFFF330011a644b
Octal331175377176300432144113
Binary1101100111111011111111111111100110010001101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97DFF; }

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

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

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

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

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

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

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

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