#D385EC

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

Shades of Heliotrope #D385EC

Tints of Heliotrope #D385EC

Color information

#D385EC (or 0xD385EC) is unknown color: approx Heliotrope. HEX triplet: D3, 85 and EC. RGB value is (211,133,236). Sum of RGB (Red+Green+Blue) = 211+133+236=580 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.38% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #D385EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D385EC is #2C7A13. Grayscale: #A7A7A7. Windows color (decimal): -2914836 or 15500755. OLE color: 15500755.

HSL color Cylindrical-coordinate representation of color #D385EC: hue angle of 285.44º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D385EC is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB211133236-
CMYK0.110.4400.07
HSL285.44º73.05%72.35%-
HSV(B)285.44º43.64%92.55%-
XYZ50.3936.6883.78-
YUV168.06166.34158.62-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.38%
GREEN value IS 133 (52.34% from 255) = 22.93%
BLUE value IS 236 (92.58% from 255) = 40.69%
R=36.38%
G=22.93%
B=40.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2111332360.110.4400.07285.4473.0572.35
HexD385ECB2C0711d4948
Octal323205354135407435111110
Binary1101001110000101111011001011101100011110001110110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D385EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D385EC; }

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

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

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

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

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

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

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

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