#D58DFA

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

Shades of Heliotrope #D58DFA

Tints of Heliotrope #D58DFA

Color information

#D58DFA (or 0xD58DFA) is unknown color: approx Heliotrope. HEX triplet: D5, 8D and FA. RGB value is (213,141,250). Sum of RGB (Red+Green+Blue) = 213+141+250=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 141 (55.47% from 255 or 23.34% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #D58DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58DFA is #2A7205. Grayscale: #AEAEAE. Windows color (decimal): -2781702 or 16420309. OLE color: 16420309.

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

Color convert

RGB213141250-
CMYK0.150.4400.02
HSL279.63º91.6%76.67%-
HSV(B)279.63º43.6%98.04%-
XYZ54.2240.195.32-
YUV174.95170.35155.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.26%
GREEN value IS 141 (55.47% from 255) = 23.34%
BLUE value IS 250 (98.05% from 255) = 41.39%
R=35.26%
G=23.34%
B=41.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2131412500.150.4400.02279.6391.676.67
HexD58DFAF2C021185c4d
Octal325215372175402430134115
Binary110101011000110111111010111110110001010001100010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58DFA; }

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

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

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

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

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

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

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

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