#D869F9

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

Shades of Heliotrope #D869F9

Tints of Heliotrope #D869F9

Color information

#D869F9 (or 0xD869F9) is unknown color: approx Heliotrope. HEX triplet: D8, 69 and F9. RGB value is (216,105,249). Sum of RGB (Red+Green+Blue) = 216+105+249=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 105 (41.41% from 255 or 18.42% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #D869F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D869F9 is #279606. Grayscale: #9A9A9A. Windows color (decimal): -2594311 or 16345560. OLE color: 16345560.

HSL color Cylindrical-coordinate representation of color #D869F9: hue angle of 286.25º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D869F9 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB216105249-
CMYK0.130.5800.02
HSL286.25º92.31%69.41%-
HSV(B)286.25º57.83%97.65%-
XYZ50.4731.5493.05-
YUV154.6181.27171.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.89%
GREEN value IS 105 (41.41% from 255) = 18.42%
BLUE value IS 249 (97.66% from 255) = 43.68%
R=37.89%
G=18.42%
B=43.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2161052490.130.5800.02286.2592.3169.41
HexD869F9D3A0211e5c45
Octal330151371157202436134105
Binary11011000110100111111001110111101001010001111010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D869F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D869F9; }

 p { color: rgb(216,105,249); }

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

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

 a { background-color: rgb(216,105,249); }

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

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

 span { border-color: rgb(216,105,249); }

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