#D571FB

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

Shades of Heliotrope #D571FB

Tints of Heliotrope #D571FB

Color information

#D571FB (or 0xD571FB) is unknown color: approx Heliotrope. HEX triplet: D5, 71 and FB. RGB value is (213,113,251). Sum of RGB (Red+Green+Blue) = 213+113+251=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 113 (44.53% from 255 or 19.58% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #D571FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D571FB is #2A8E04. Grayscale: #9E9E9E. Windows color (decimal): -2788869 or 16478677. OLE color: 16478677.

HSL color Cylindrical-coordinate representation of color #D571FB: hue angle of 283.48º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D571FB is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB213113251-
CMYK0.150.5500.02
HSL283.48º94.52%71.37%-
HSV(B)283.48º54.98%98.43%-
XYZ50.7632.9294.95-
YUV158.63180.13166.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.92%
GREEN value IS 113 (44.53% from 255) = 19.58%
BLUE value IS 251 (98.44% from 255) = 43.50%
R=36.92%
G=19.58%
B=43.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2131132510.150.5500.02283.4894.5271.37
HexD571FBF370211b5f47
Octal325161373176702433137107
Binary11010101111000111111011111111011101010001101110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D571FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D571FB; }

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

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

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

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

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

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

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

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