#D389FC

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

Shades of Heliotrope #D389FC

Tints of Heliotrope #D389FC

Color information

#D389FC (or 0xD389FC) is unknown color: approx Heliotrope. HEX triplet: D3, 89 and FC. RGB value is (211,137,252). Sum of RGB (Red+Green+Blue) = 211+137+252=600 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.17% from 600); Green value is 137 (53.91% from 255 or 22.83% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #D389FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D389FC is #2C7603. Grayscale: #ABABAB. Windows color (decimal): -2913796 or 16550355. OLE color: 16550355.

HSL color Cylindrical-coordinate representation of color #D389FC: hue angle of 278.61º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D389FC is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB211137252-
CMYK0.160.4600.01
HSL278.61º95.04%76.27%-
HSV(B)278.61º45.63%98.82%-
XYZ53.3838.7796.77-
YUV172.24173.02155.65-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.17%
GREEN value IS 137 (53.91% from 255) = 22.83%
BLUE value IS 252 (98.83% from 255) = 42%
R=35.17%
G=22.83%
B=42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2111372520.160.4600.01278.6195.0476.27
HexD389FC102E011175f4c
Octal323211374205601427137114
Binary110100111000100111111100100001011100110001011110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D389FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D389FC; }

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

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

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

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

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

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

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

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