#D458FC

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

Shades of Heliotrope #D458FC

Tints of Heliotrope #D458FC

Color information

#D458FC (or 0xD458FC) is unknown color: approx Heliotrope. HEX triplet: D4, 58 and FC. RGB value is (212,88,252). Sum of RGB (Red+Green+Blue) = 212+88+252=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 88 (34.77% from 255 or 15.94% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #D458FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D458FC is #2BA703. Grayscale: #8F8F8F. Windows color (decimal): -2860804 or 16537812. OLE color: 16537812.

HSL color Cylindrical-coordinate representation of color #D458FC: hue angle of 285.37º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D458FC is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21288252-
CMYK0.160.6500.01
HSL285.37º96.47%66.67%-
HSV(B)285.37º65.08%98.82%-
XYZ48.212894.96-
YUV143.77189.08176.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.41%
GREEN value IS 88 (34.77% from 255) = 15.94%
BLUE value IS 252 (98.83% from 255) = 45.65%
R=38.41%
G=15.94%
B=45.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal212882520.160.6500.01285.3796.4766.67
HexD458FC10410111d6043
Octal3241303742010101435140103
Binary110101001011000111111001000010000010110001110111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D458FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D458FC; }

 p { color: rgb(212,88,252); }

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

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

 a { background-color: rgb(212,88,252); }

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

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

 span { border-color: rgb(212,88,252); }

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