#D58EFD

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

Shades of Heliotrope #D58EFD

Tints of Heliotrope #D58EFD

Color information

#D58EFD (or 0xD58EFD) is unknown color: approx Heliotrope. HEX triplet: D5, 8E and FD. RGB value is (213,142,253). Sum of RGB (Red+Green+Blue) = 213+142+253=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 142 (55.86% from 255 or 23.36% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #D58EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58EFD is #2A7102. Grayscale: #AFAFAF. Windows color (decimal): -2781443 or 16617173. OLE color: 16617173.

HSL color Cylindrical-coordinate representation of color #D58EFD: hue angle of 278.38º 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 #D58EFD is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB213142253-
CMYK0.160.4400.01
HSL278.38º96.52%77.45%-
HSV(B)278.38º43.87%99.22%-
XYZ54.8440.5897.87-
YUV175.88171.52154.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.03%
GREEN value IS 142 (55.86% from 255) = 23.36%
BLUE value IS 253 (99.22% from 255) = 41.61%
R=35.03%
G=23.36%
B=41.61%

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
Decimal2131422530.160.4400.01278.3896.5277.45
HexD58EFD102C01116614d
Octal325216375205401426141115
Binary110101011000111011111101100001011000110001011011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58EFD; }

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

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

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

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

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

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

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

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