#D58EFB

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

Shades of Heliotrope #D58EFB

Tints of Heliotrope #D58EFB

Color information

#D58EFB (or 0xD58EFB) is unknown color: approx Heliotrope. HEX triplet: D5, 8E and FB. RGB value is (213,142,251). Sum of RGB (Red+Green+Blue) = 213+142+251=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 142 (55.86% from 255 or 23.43% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #D58EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58EFB is #2A7104. Grayscale: #AFAFAF. Windows color (decimal): -2781445 or 16486101. OLE color: 16486101.

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

Color convert

RGB213142251-
CMYK0.150.4300.02
HSL279.08º93.16%77.06%-
HSV(B)279.08º43.43%98.43%-
XYZ54.5340.4696.2-
YUV175.66170.52154.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.15%
GREEN value IS 142 (55.86% from 255) = 23.43%
BLUE value IS 251 (98.44% from 255) = 41.42%
R=35.15%
G=23.43%
B=41.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2131422510.150.4300.02279.0893.1677.06
HexD58EFBF2B021175d4d
Octal325216373175302427135115
Binary110101011000111011111011111110101101010001011110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58EFB; }

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

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

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

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

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

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

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

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