#D590FA

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

Shades of Heliotrope #D590FA

Tints of Heliotrope #D590FA

Color information

#D590FA (or 0xD590FA) is unknown color: approx Heliotrope. HEX triplet: D5, 90 and FA. RGB value is (213,144,250). Sum of RGB (Red+Green+Blue) = 213+144+250=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 144 (56.64% from 255 or 23.72% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #D590FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D590FA is #2A6F05. Grayscale: #B0B0B0. Windows color (decimal): -2780934 or 16421077. OLE color: 16421077.

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

Color convert

RGB213144250-
CMYK0.150.4200.02
HSL279.06º91.38%77.25%-
HSV(B)279.06º42.4%98.04%-
XYZ54.6740.9995.47-
YUV176.71169.36153.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.09%
GREEN value IS 144 (56.64% from 255) = 23.72%
BLUE value IS 250 (98.05% from 255) = 41.19%
R=35.09%
G=23.72%
B=41.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2131442500.150.4200.02279.0691.3877.25
HexD590FAF2A021175b4d
Octal325220372175202427133115
Binary110101011001000011111010111110101001010001011110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D590FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D590FA; }

 p { color: rgb(213,144,250); }

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

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

 a { background-color: rgb(213,144,250); }

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

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

 span { border-color: rgb(213,144,250); }

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