#D58AFB

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

Shades of Heliotrope #D58AFB

Tints of Heliotrope #D58AFB

Color information

#D58AFB (or 0xD58AFB) is unknown color: approx Heliotrope. HEX triplet: D5, 8A and FB. RGB value is (213,138,251). Sum of RGB (Red+Green+Blue) = 213+138+251=602 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.38% from 602); Green value is 138 (54.30% from 255 or 22.92% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #D58AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58AFB is #2A7504. Grayscale: #ACACAC. Windows color (decimal): -2782469 or 16485077. OLE color: 16485077.

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

Color convert

RGB213138251-
CMYK0.150.4500.02
HSL279.82º93.39%76.27%-
HSV(B)279.82º45.02%98.43%-
XYZ53.9439.2996.01-
YUV173.31171.85156.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.38%
GREEN value IS 138 (54.30% from 255) = 22.92%
BLUE value IS 251 (98.44% from 255) = 41.69%
R=35.38%
G=22.92%
B=41.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2131382510.150.4500.02279.8293.3976.27
HexD58AFBF2D021185d4c
Octal325212373175502430135114
Binary110101011000101011111011111110110101010001100010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58AFB; }

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

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

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

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

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

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

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

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