#D371F1

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

Shades of Heliotrope #D371F1

Tints of Heliotrope #D371F1

Color information

#D371F1 (or 0xD371F1) is unknown color: approx Heliotrope. HEX triplet: D3, 71 and F1. RGB value is (211,113,241). Sum of RGB (Red+Green+Blue) = 211+113+241=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 113 (44.53% from 255 or 20% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #D371F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D371F1 is #2C8E0E. Grayscale: #9C9C9C. Windows color (decimal): -2919951 or 15823315. OLE color: 15823315.

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

Color convert

RGB211113241-
CMYK0.120.5300.05
HSL285.94º82.05%69.41%-
HSV(B)285.94º53.11%94.51%-
XYZ48.6532.0186.83-
YUV156.89175.47166.59-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.35%
GREEN value IS 113 (44.53% from 255) = 20%
BLUE value IS 241 (94.53% from 255) = 42.65%
R=37.35%
G=20%
B=42.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2111132410.120.5300.05285.9482.0569.41
HexD371F1C350511e5245
Octal323161361146505436122105
Binary110100111110001111100011100110101010110001111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D371F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D371F1; }

 p { color: rgb(211,113,241); }

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

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

 a { background-color: rgb(211,113,241); }

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

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

 span { border-color: rgb(211,113,241); }

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