#D385F5

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

Shades of Heliotrope #D385F5

Tints of Heliotrope #D385F5

Color information

#D385F5 (or 0xD385F5) is unknown color: approx Heliotrope. HEX triplet: D3, 85 and F5. RGB value is (211,133,245). Sum of RGB (Red+Green+Blue) = 211+133+245=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 133 (52.34% from 255 or 22.58% from 589); Blue value is 245 (96.09% from 255 or 41.60% from 589); Max value from RGB is 245 - color contains mainly: blue. Hex color #D385F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D385F5 is #2C7A0A. Grayscale: #A8A8A8. Windows color (decimal): -2914827 or 16090579. OLE color: 16090579.

HSL color Cylindrical-coordinate representation of color #D385F5: hue angle of 281.79º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D385F5 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB211133245-
CMYK0.140.4600.04
HSL281.79º84.85%74.12%-
HSV(B)281.79º45.71%96.08%-
XYZ51.7337.2290.84-
YUV169.09170.84157.89-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.82%
GREEN value IS 133 (52.34% from 255) = 22.58%
BLUE value IS 245 (96.09% from 255) = 41.60%
R=35.82%
G=22.58%
B=41.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2111332450.140.4600.04281.7984.8574.12
HexD385F5E2E0411a554a
Octal323205365165604432125112
Binary1101001110000101111101011110101110010010001101010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D385F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D385F5; }

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

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

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

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

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

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

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

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