#D385F3

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

Shades of Heliotrope #D385F3

Tints of Heliotrope #D385F3

Color information

#D385F3 (or 0xD385F3) is unknown color: approx Heliotrope. HEX triplet: D3, 85 and F3. RGB value is (211,133,243). Sum of RGB (Red+Green+Blue) = 211+133+243=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 133 (52.34% from 255 or 22.66% from 587); Blue value is 243 (95.31% from 255 or 41.40% from 587); Max value from RGB is 243 - color contains mainly: blue. Hex color #D385F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D385F3 is #2C7A0C. Grayscale: #A8A8A8. Windows color (decimal): -2914829 or 15959507. OLE color: 15959507.

HSL color Cylindrical-coordinate representation of color #D385F3: hue angle of 282.55º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D385F3 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB211133243-
CMYK0.130.4500.05
HSL282.55º82.09%73.73%-
HSV(B)282.55º45.27%95.29%-
XYZ51.4337.189.24-
YUV168.86169.84158.06-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.95%
GREEN value IS 133 (52.34% from 255) = 22.66%
BLUE value IS 243 (95.31% from 255) = 41.40%
R=35.95%
G=22.66%
B=41.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2111332430.130.4500.05282.5582.0973.73
HexD385F3D2D0511b524a
Octal323205363155505433122112
Binary1101001110000101111100111101101101010110001101110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D385F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D385F3; }

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

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

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

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

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

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

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

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