#D58FFD

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

Shades of Heliotrope #D58FFD

Tints of Heliotrope #D58FFD

Color information

#D58FFD (or 0xD58FFD) is unknown color: approx Heliotrope. HEX triplet: D5, 8F and FD. RGB value is (213,143,253). Sum of RGB (Red+Green+Blue) = 213+143+253=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 143 (56.25% from 255 or 23.48% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #D58FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58FFD is #2A7002. Grayscale: #B0B0B0. Windows color (decimal): -2781187 or 16617429. OLE color: 16617429.

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

Color convert

RGB213143253-
CMYK0.160.4300.01
HSL278.18º96.49%77.65%-
HSV(B)278.18º43.48%99.22%-
XYZ54.9940.8897.92-
YUV176.47171.19154.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.98%
GREEN value IS 143 (56.25% from 255) = 23.48%
BLUE value IS 253 (99.22% from 255) = 41.54%
R=34.98%
G=23.48%
B=41.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2131432530.160.4300.01278.1896.4977.65
HexD58FFD102B01116604e
Octal325217375205301426140116
Binary110101011000111111111101100001010110110001011011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58FFD; }

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

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

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

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

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

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

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

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