#D450F9

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

Shades of Heliotrope #D450F9

Tints of Heliotrope #D450F9

Color information

#D450F9 (or 0xD450F9) is unknown color: approx Heliotrope. HEX triplet: D4, 50 and F9. RGB value is (212,80,249). Sum of RGB (Red+Green+Blue) = 212+80+249=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 80 (31.64% from 255 or 14.79% from 541); Blue value is 249 (97.66% from 255 or 46.03% from 541); Max value from RGB is 249 - color contains mainly: blue. Hex color #D450F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D450F9 is #2BAF06. Grayscale: #8A8A8A. Windows color (decimal): -2862855 or 16339156. OLE color: 16339156.

HSL color Cylindrical-coordinate representation of color #D450F9: hue angle of 286.86º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D450F9 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21280249-
CMYK0.150.6800.02
HSL286.86º93.37%64.51%-
HSV(B)286.86º67.87%97.65%-
XYZ47.1226.5792.27-
YUV138.73190.23180.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.19%
GREEN value IS 80 (31.64% from 255) = 14.79%
BLUE value IS 249 (97.66% from 255) = 46.03%
R=39.19%
G=14.79%
B=46.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal212802490.150.6800.02286.8693.3764.51
HexD450F9F440211f5d41
Octal3241203711710402437135101
Binary110101001010000111110011111100010001010001111110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D450F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D450F9; }

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

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

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

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

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

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

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

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