#D58DF5

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

Shades of Heliotrope #D58DF5

Tints of Heliotrope #D58DF5

Color information

#D58DF5 (or 0xD58DF5) is unknown color: approx Heliotrope. HEX triplet: D5, 8D and F5. RGB value is (213,141,245). Sum of RGB (Red+Green+Blue) = 213+141+245=599 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.56% from 599); Green value is 141 (55.47% from 255 or 23.54% from 599); Blue value is 245 (96.09% from 255 or 40.90% from 599); Max value from RGB is 245 - color contains mainly: blue. Hex color #D58DF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58DF5 is #2A720A. Grayscale: #AEAEAE. Windows color (decimal): -2781707 or 16092629. OLE color: 16092629.

HSL color Cylindrical-coordinate representation of color #D58DF5: hue angle of 281.54º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D58DF5 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB213141245-
CMYK0.130.4200.04
HSL281.54º83.87%75.69%-
HSV(B)281.54º42.45%96.08%-
XYZ53.4539.7991.25-
YUV174.38167.85155.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.56%
GREEN value IS 141 (55.47% from 255) = 23.54%
BLUE value IS 245 (96.09% from 255) = 40.90%
R=35.56%
G=23.54%
B=40.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2131412450.130.4200.04281.5483.8775.69
HexD58DF5D2A0411a544c
Octal325215365155204432124114
Binary1101010110001101111101011101101010010010001101010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58DF5; }

 p { color: rgb(213,141,245); }

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

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

 a { background-color: rgb(213,141,245); }

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

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

 span { border-color: rgb(213,141,245); }

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