#D58BFE

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

Shades of Heliotrope #D58BFE

Tints of Heliotrope #D58BFE

Color information

#D58BFE (or 0xD58BFE) is unknown color: approx Heliotrope. HEX triplet: D5, 8B and FE. RGB value is (213,139,254). Sum of RGB (Red+Green+Blue) = 213+139+254=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 139 (54.69% from 255 or 22.94% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #D58BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58BFE is #2A7401. Grayscale: #ADADAD. Windows color (decimal): -2782210 or 16681941. OLE color: 16681941.

HSL color Cylindrical-coordinate representation of color #D58BFE: hue angle of 278.61º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D58BFE is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB213139254-
CMYK0.160.4500.00
HSL278.61º98.29%77.06%-
HSV(B)278.61º45.28%99.61%-
XYZ54.5639.7798.57-
YUV174.24173.02155.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.15%
GREEN value IS 139 (54.69% from 255) = 22.94%
BLUE value IS 254 (99.61% from 255) = 41.91%
R=35.15%
G=22.94%
B=41.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2131392540.160.4500.00278.6198.2977.06
HexD58BFE102D00117624d
Octal325213376205500427142115
Binary110101011000101111111110100001011010010001011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58BFE; }

 p { color: rgb(213,139,254); }

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

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

 a { background-color: rgb(213,139,254); }

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

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

 span { border-color: rgb(213,139,254); }

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