#D468F9

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

Shades of Heliotrope #D468F9

Tints of Heliotrope #D468F9

Color information

#D468F9 (or 0xD468F9) is unknown color: approx Heliotrope. HEX triplet: D4, 68 and F9. RGB value is (212,104,249). Sum of RGB (Red+Green+Blue) = 212+104+249=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 104 (41.02% from 255 or 18.41% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #D468F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D468F9 is #2B9706. Grayscale: #989898. Windows color (decimal): -2856711 or 16345300. OLE color: 16345300.

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

Color convert

RGB212104249-
CMYK0.150.5800.02
HSL284.69º92.36%69.22%-
HSV(B)284.69º58.23%97.65%-
XYZ49.230.7492.96-
YUV152.82182.28170.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.52%
GREEN value IS 104 (41.02% from 255) = 18.41%
BLUE value IS 249 (97.66% from 255) = 44.07%
R=37.52%
G=18.41%
B=44.07%

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
Decimal2121042490.150.5800.02284.6992.3669.22
HexD468F9F3A0211d5c45
Octal324150371177202435134105
Binary11010100110100011111001111111101001010001110110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D468F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D468F9; }

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

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

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

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

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

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

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

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