#D96AF1

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

Shades of Heliotrope #D96AF1

Tints of Heliotrope #D96AF1

Color information

#D96AF1 (or 0xD96AF1) is unknown color: approx Heliotrope. HEX triplet: D9, 6A and F1. RGB value is (217,106,241). Sum of RGB (Red+Green+Blue) = 217+106+241=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 106 (41.80% from 255 or 18.79% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #D96AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96AF1 is #26950E. Grayscale: #9A9A9A. Windows color (decimal): -2528527 or 15821529. OLE color: 15821529.

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

Color convert

RGB217106241-
CMYK0.100.5600.05
HSL289.33º82.82%68.04%-
HSV(B)289.33º56.02%94.51%-
XYZ49.6531.4186.67-
YUV154.58176.77172.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.48%
GREEN value IS 106 (41.80% from 255) = 18.79%
BLUE value IS 241 (94.53% from 255) = 42.73%
R=38.48%
G=18.79%
B=42.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2171062410.100.5600.05289.3382.8268.04
HexD96AF1A38051215344
Octal331152361127005441123104
Binary110110011101010111100011010111000010110010000110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96AF1; }

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

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

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

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

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

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

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

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