#D58AF1

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

Shades of Heliotrope #D58AF1

Tints of Heliotrope #D58AF1

Color information

#D58AF1 (or 0xD58AF1) is unknown color: approx Heliotrope. HEX triplet: D5, 8A and F1. RGB value is (213,138,241). Sum of RGB (Red+Green+Blue) = 213+138+241=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 138 (54.30% from 255 or 23.31% from 592); Blue value is 241 (94.53% from 255 or 40.71% from 592); Max value from RGB is 241 - color contains mainly: blue. Hex color #D58AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58AF1 is #2A750E. Grayscale: #ABABAB. Windows color (decimal): -2782479 or 15829717. OLE color: 15829717.

HSL color Cylindrical-coordinate representation of color #D58AF1: hue angle of 283.69º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D58AF1 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB213138241-
CMYK0.120.4300.05
HSL283.69º78.63%74.31%-
HSV(B)283.69º42.74%94.51%-
XYZ52.4138.6787.92-
YUV172.17166.85157.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.98%
GREEN value IS 138 (54.30% from 255) = 23.31%
BLUE value IS 241 (94.53% from 255) = 40.71%
R=35.98%
G=23.31%
B=40.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2131382410.120.4300.05283.6978.6374.31
HexD58AF1C2B0511c4f4a
Octal325212361145305434117112
Binary1101010110001010111100011100101011010110001110010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58AF1; }

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

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

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

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

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

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

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

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