#D385F9

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

Shades of Heliotrope #D385F9

Tints of Heliotrope #D385F9

Color information

#D385F9 (or 0xD385F9) is unknown color: approx Heliotrope. HEX triplet: D3, 85 and F9. RGB value is (211,133,249). Sum of RGB (Red+Green+Blue) = 211+133+249=593 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.58% from 593); Green value is 133 (52.34% from 255 or 22.43% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #D385F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D385F9 is #2C7A06. Grayscale: #A9A9A9. Windows color (decimal): -2914823 or 16352723. OLE color: 16352723.

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

Color convert

RGB211133249-
CMYK0.150.4700.02
HSL280.34º90.62%74.9%-
HSV(B)280.34º46.59%97.65%-
XYZ52.3537.4694.09-
YUV169.55172.84157.57-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.58%
GREEN value IS 133 (52.34% from 255) = 22.43%
BLUE value IS 249 (97.66% from 255) = 41.99%
R=35.58%
G=22.43%
B=41.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2111332490.150.4700.02280.3490.6274.9
HexD385F9F2F021185b4b
Octal323205371175702430133113
Binary110100111000010111111001111110111101010001100010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D385F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D385F9; }

 p { color: rgb(211,133,249); }

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

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

 a { background-color: rgb(211,133,249); }

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

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

 span { border-color: rgb(211,133,249); }

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