#D58DFD

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

Shades of Heliotrope #D58DFD

Tints of Heliotrope #D58DFD

Color information

#D58DFD (or 0xD58DFD) is unknown color: approx Heliotrope. HEX triplet: D5, 8D and FD. RGB value is (213,141,253). Sum of RGB (Red+Green+Blue) = 213+141+253=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 141 (55.47% from 255 or 23.23% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #D58DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58DFD is #2A7202. Grayscale: #AEAEAE. Windows color (decimal): -2781699 or 16616917. OLE color: 16616917.

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

Color convert

RGB213141253-
CMYK0.160.4400.01
HSL278.57º96.55%77.25%-
HSV(B)278.57º44.27%99.22%-
XYZ54.740.2997.82-
YUV175.3171.85154.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.09%
GREEN value IS 141 (55.47% from 255) = 23.23%
BLUE value IS 253 (99.22% from 255) = 41.68%
R=35.09%
G=23.23%
B=41.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2131412530.160.4400.01278.5796.5577.25
HexD58DFD102C01117614d
Octal325215375205401427141115
Binary110101011000110111111101100001011000110001011111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58DFD; }

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

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

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

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

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

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

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

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