#D97DED

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

Shades of Heliotrope #D97DED

Tints of Heliotrope #D97DED

Color information

#D97DED (or 0xD97DED) is unknown color: approx Heliotrope. HEX triplet: D9, 7D and ED. RGB value is (217,125,237). Sum of RGB (Red+Green+Blue) = 217+125+237=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 125 (49.22% from 255 or 21.59% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #D97DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97DED is #268212. Grayscale: #A4A4A4. Windows color (decimal): -2523667 or 15564249. OLE color: 15564249.

HSL color Cylindrical-coordinate representation of color #D97DED: hue angle of 289.29º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D97DED is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217125237-
CMYK0.080.4700.07
HSL289.29º75.68%70.98%-
HSV(B)289.29º47.26%92.94%-
XYZ51.2335.5384.28-
YUV165.28168.48164.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.48%
GREEN value IS 125 (49.22% from 255) = 21.59%
BLUE value IS 237 (92.97% from 255) = 40.93%
R=37.48%
G=21.59%
B=40.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171252370.080.4700.07289.2975.6870.98
HexD97DED82F071214c47
Octal331175355105707441114107
Binary110110011111101111011011000101111011110010000110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97DED; }

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

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

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

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

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

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

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

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