#D359FD

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

Shades of Heliotrope #D359FD

Tints of Heliotrope #D359FD

Color information

#D359FD (or 0xD359FD) is unknown color: approx Heliotrope. HEX triplet: D3, 59 and FD. RGB value is (211,89,253). Sum of RGB (Red+Green+Blue) = 211+89+253=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 89 (35.16% from 255 or 16.09% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #D359FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D359FD is #2CA602. Grayscale: #8F8F8F. Windows color (decimal): -2926083 or 16603603. OLE color: 16603603.

HSL color Cylindrical-coordinate representation of color #D359FD: hue angle of 284.63º degrees, saturation: 0.98, 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 #D359FD is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21189253-
CMYK0.170.6500.01
HSL284.63º97.62%67.06%-
HSV(B)284.63º64.82%99.22%-
XYZ48.1728.0995.81-
YUV144.17189.42175.66-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.16%
GREEN value IS 89 (35.16% from 255) = 16.09%
BLUE value IS 253 (99.22% from 255) = 45.75%
R=38.16%
G=16.09%
B=45.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal211892530.170.6500.01284.6397.6267.06
HexD359FD11410111d6243
Octal3231313752110101435142103
Binary110100111011001111111011000110000010110001110111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D359FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D359FD; }

 p { color: rgb(211,89,253); }

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

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

 a { background-color: rgb(211,89,253); }

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

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

 span { border-color: rgb(211,89,253); }

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