#D371F2

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

Shades of Heliotrope #D371F2

Tints of Heliotrope #D371F2

Color information

#D371F2 (or 0xD371F2) is unknown color: approx Heliotrope. HEX triplet: D3, 71 and F2. RGB value is (211,113,242). Sum of RGB (Red+Green+Blue) = 211+113+242=566 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.28% from 566); Green value is 113 (44.53% from 255 or 19.96% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 242 - color contains mainly: blue. Hex color #D371F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D371F2 is #2C8E0D. Grayscale: #9C9C9C. Windows color (decimal): -2919950 or 15888851. OLE color: 15888851.

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

Color convert

RGB211113242-
CMYK0.130.5300.05
HSL285.58º83.23%69.61%-
HSV(B)285.58º53.31%94.9%-
XYZ48.832.0787.62-
YUV157.01175.97166.51-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.28%
GREEN value IS 113 (44.53% from 255) = 19.96%
BLUE value IS 242 (94.92% from 255) = 42.76%
R=37.28%
G=19.96%
B=42.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2111132420.130.5300.05285.5883.2369.61
HexD371F2D350511e5346
Octal323161362156505436123106
Binary110100111110001111100101101110101010110001111010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D371F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D371F2; }

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

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

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

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

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

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

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

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