#D384FC

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

Shades of Heliotrope #D384FC

Tints of Heliotrope #D384FC

Color information

#D384FC (or 0xD384FC) is unknown color: approx Heliotrope. HEX triplet: D3, 84 and FC. RGB value is (211,132,252). Sum of RGB (Red+Green+Blue) = 211+132+252=595 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.46% from 595); Green value is 132 (51.95% from 255 or 22.18% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #D384FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D384FC is #2C7B03. Grayscale: #A8A8A8. Windows color (decimal): -2915076 or 16549075. OLE color: 16549075.

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

Color convert

RGB211132252-
CMYK0.160.4800.01
HSL279.5º95.24%75.29%-
HSV(B)279.5º47.62%98.82%-
XYZ52.6937.3896.53-
YUV169.3174.67157.74-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.46%
GREEN value IS 132 (51.95% from 255) = 22.18%
BLUE value IS 252 (98.83% from 255) = 42.35%
R=35.46%
G=22.18%
B=42.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2111322520.160.4800.01279.595.2475.29
HexD384FC1030011185f4b
Octal323204374206001430137113
Binary110100111000010011111100100001100000110001100010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D384FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D384FC; }

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

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

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

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

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

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

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

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