#D571F1

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

Shades of Heliotrope #D571F1

Tints of Heliotrope #D571F1

Color information

#D571F1 (or 0xD571F1) is unknown color: approx Heliotrope. HEX triplet: D5, 71 and F1. RGB value is (213,113,241). Sum of RGB (Red+Green+Blue) = 213+113+241=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #D571F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D571F1 is #2A8E0E. Grayscale: #9D9D9D. Windows color (decimal): -2788879 or 15823317. OLE color: 15823317.

HSL color Cylindrical-coordinate representation of color #D571F1: hue angle of 286.88º 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 #D571F1 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB213113241-
CMYK0.120.5300.05
HSL286.88º82.05%69.41%-
HSV(B)286.88º53.11%94.51%-
XYZ49.2232.3186.86-
YUV157.49175.13167.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.57%
GREEN value IS 113 (44.53% from 255) = 19.93%
BLUE value IS 241 (94.53% from 255) = 42.50%
R=37.57%
G=19.93%
B=42.50%

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
Decimal2131132410.120.5300.05286.8882.0569.41
HexD571F1C350511f5245
Octal325161361146505437122105
Binary110101011110001111100011100110101010110001111110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D571F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D571F1; }

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

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

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

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

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

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

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

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