#D969F4

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

Shades of Heliotrope #D969F4

Tints of Heliotrope #D969F4

Color information

#D969F4 (or 0xD969F4) is unknown color: approx Heliotrope. HEX triplet: D9, 69 and F4. RGB value is (217,105,244). Sum of RGB (Red+Green+Blue) = 217+105+244=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 105 (41.41% from 255 or 18.55% from 566); Blue value is 244 (95.70% from 255 or 43.11% from 566); Max value from RGB is 244 - color contains mainly: blue. Hex color #D969F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D969F4 is #26960B. Grayscale: #999999. Windows color (decimal): -2528780 or 16017881. OLE color: 16017881.

HSL color Cylindrical-coordinate representation of color #D969F4: hue angle of 288.35º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D969F4 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB217105244-
CMYK0.110.5700.04
HSL288.35º86.34%68.43%-
HSV(B)288.35º56.97%95.69%-
XYZ5031.3989.01-
YUV154.33178.61172.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.34%
GREEN value IS 105 (41.41% from 255) = 18.55%
BLUE value IS 244 (95.70% from 255) = 43.11%
R=38.34%
G=18.55%
B=43.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2171052440.110.5700.04288.3586.3468.43
HexD969F4B39041205644
Octal331151364137104440126104
Binary110110011101001111101001011111001010010010000010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D969F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D969F4; }

 p { color: rgb(217,105,244); }

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

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

 a { background-color: rgb(217,105,244); }

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

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

 span { border-color: rgb(217,105,244); }

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