#D357FE

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

Shades of Heliotrope #D357FE

Tints of Heliotrope #D357FE

Color information

#D357FE (or 0xD357FE) is unknown color: approx Heliotrope. HEX triplet: D3, 57 and FE. RGB value is (211,87,254). Sum of RGB (Red+Green+Blue) = 211+87+254=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 87 (34.38% from 255 or 15.76% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #D357FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D357FE is #2CA801. Grayscale: #8E8E8E. Windows color (decimal): -2926594 or 16668627. OLE color: 16668627.

HSL color Cylindrical-coordinate representation of color #D357FE: hue angle of 284.55º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D357FE is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB21187254-
CMYK0.170.6600.00
HSL284.55º98.82%66.86%-
HSV(B)284.55º65.75%99.61%-
XYZ48.1627.8296.6-
YUV143.11190.58176.42-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.22%
GREEN value IS 87 (34.38% from 255) = 15.76%
BLUE value IS 254 (99.61% from 255) = 46.01%
R=38.22%
G=15.76%
B=46.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal211872540.170.6600.00284.5598.8266.86
HexD357FE11420011d6343
Octal3231273762110200435143103
Binary110100111010111111111101000110000100010001110111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D357FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D357FE; }

 p { color: rgb(211,87,254); }

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

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

 a { background-color: rgb(211,87,254); }

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

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

 span { border-color: rgb(211,87,254); }

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