#D381FC

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

Shades of Heliotrope #D381FC

Tints of Heliotrope #D381FC

Color information

#D381FC (or 0xD381FC) is unknown color: approx Heliotrope. HEX triplet: D3, 81 and FC. RGB value is (211,129,252). Sum of RGB (Red+Green+Blue) = 211+129+252=592 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.64% from 592); Green value is 129 (50.78% from 255 or 21.79% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #D381FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D381FC is #2C7E03. Grayscale: #A7A7A7. Windows color (decimal): -2915844 or 16548307. OLE color: 16548307.

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

Color convert

RGB211129252-
CMYK0.160.4900.01
HSL280º95.35%74.71%-
HSV(B)280º48.81%98.82%-
XYZ52.2836.5896.4-
YUV167.54175.67159-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.64%
GREEN value IS 129 (50.78% from 255) = 21.79%
BLUE value IS 252 (98.83% from 255) = 42.57%
R=35.64%
G=21.79%
B=42.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2111292520.160.4900.0128095.3574.71
HexD381FC1031011185f4b
Octal323201374206101430137113
Binary110100111000000111111100100001100010110001100010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D381FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D381FC; }

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

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

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

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

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

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

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

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