#D381FD

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

Shades of Heliotrope #D381FD

Tints of Heliotrope #D381FD

Color information

#D381FD (or 0xD381FD) is unknown color: approx Heliotrope. HEX triplet: D3, 81 and FD. RGB value is (211,129,253). Sum of RGB (Red+Green+Blue) = 211+129+253=593 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.58% from 593); Green value is 129 (50.78% from 255 or 21.75% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #D381FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D381FD is #2C7E02. Grayscale: #A7A7A7. Windows color (decimal): -2915843 or 16613843. OLE color: 16613843.

HSL color Cylindrical-coordinate representation of color #D381FD: hue angle of 279.68º degrees, saturation: 0.97, 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 #D381FD is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB211129253-
CMYK0.170.4900.01
HSL279.68º96.88%74.9%-
HSV(B)279.68º49.01%99.22%-
XYZ52.4436.6497.24-
YUV167.65176.17158.92-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.58%
GREEN value IS 129 (50.78% from 255) = 21.75%
BLUE value IS 253 (99.22% from 255) = 42.66%
R=35.58%
G=21.75%
B=42.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2111292530.170.4900.01279.6896.8874.9
HexD381FD113101118614b
Octal323201375216101430141113
Binary110100111000000111111101100011100010110001100011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D381FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D381FD; }

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

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

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

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

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

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

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

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