#D469F9

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

Shades of Heliotrope #D469F9

Tints of Heliotrope #D469F9

Color information

#D469F9 (or 0xD469F9) is unknown color: approx Heliotrope. HEX triplet: D4, 69 and F9. RGB value is (212,105,249). Sum of RGB (Red+Green+Blue) = 212+105+249=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 105 (41.41% from 255 or 18.55% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #D469F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D469F9 is #2B9606. Grayscale: #989898. Windows color (decimal): -2856455 or 16345556. OLE color: 16345556.

HSL color Cylindrical-coordinate representation of color #D469F9: hue angle of 284.58º 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 #D469F9 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB212105249-
CMYK0.150.5800.02
HSL284.58º92.31%69.41%-
HSV(B)284.58º57.83%97.65%-
XYZ49.330.9493-
YUV153.41181.95169.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.46%
GREEN value IS 105 (41.41% from 255) = 18.55%
BLUE value IS 249 (97.66% from 255) = 43.99%
R=37.46%
G=18.55%
B=43.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2121052490.150.5800.02284.5892.3169.41
HexD469F9F3A0211d5c45
Octal324151371177202435134105
Binary11010100110100111111001111111101001010001110110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D469F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D469F9; }

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

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

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

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

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

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

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

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