#D969F1

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

Shades of Heliotrope #D969F1

Tints of Heliotrope #D969F1

Color information

#D969F1 (or 0xD969F1) is unknown color: approx Heliotrope. HEX triplet: D9, 69 and F1. RGB value is (217,105,241). Sum of RGB (Red+Green+Blue) = 217+105+241=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 105 (41.41% from 255 or 18.65% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #D969F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D969F1 is #26960E. Grayscale: #999999. Windows color (decimal): -2528783 or 15821273. OLE color: 15821273.

HSL color Cylindrical-coordinate representation of color #D969F1: hue angle of 289.41º 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 #D969F1 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217105241-
CMYK0.100.5600.05
HSL289.41º82.93%67.84%-
HSV(B)289.41º56.43%94.51%-
XYZ49.5431.2186.63-
YUV153.99177.11172.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.54%
GREEN value IS 105 (41.41% from 255) = 18.65%
BLUE value IS 241 (94.53% from 255) = 42.81%
R=38.54%
G=18.65%
B=42.81%

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
Decimal2171052410.100.5600.05289.4182.9367.84
HexD969F1A38051215344
Octal331151361127005441123104
Binary110110011101001111100011010111000010110010000110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D969F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D969F1; }

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

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

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

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

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

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

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

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