#D389FE

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

Shades of Heliotrope #D389FE

Tints of Heliotrope #D389FE

Color information

#D389FE (or 0xD389FE) is unknown color: approx Heliotrope. HEX triplet: D3, 89 and FE. RGB value is (211,137,254). Sum of RGB (Red+Green+Blue) = 211+137+254=602 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.05% from 602); Green value is 137 (53.91% from 255 or 22.76% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #D389FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D389FE is #2C7601. Grayscale: #ACACAC. Windows color (decimal): -2913794 or 16681427. OLE color: 16681427.

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

Color convert

RGB211137254-
CMYK0.170.4600.00
HSL277.95º98.32%76.67%-
HSV(B)277.95º46.06%99.61%-
XYZ53.738.998.44-
YUV172.46174.02155.49-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.05%
GREEN value IS 137 (53.91% from 255) = 22.76%
BLUE value IS 254 (99.61% from 255) = 42.19%
R=35.05%
G=22.76%
B=42.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2111372540.170.4600.00277.9598.3276.67
HexD389FE112E00116624d
Octal323211376215600426142115
Binary110100111000100111111110100011011100010001011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D389FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D389FE; }

 p { color: rgb(211,137,254); }

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

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

 a { background-color: rgb(211,137,254); }

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

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

 span { border-color: rgb(211,137,254); }

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