#D574FC

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

Shades of Heliotrope #D574FC

Tints of Heliotrope #D574FC

Color information

#D574FC (or 0xD574FC) is unknown color: approx Heliotrope. HEX triplet: D5, 74 and FC. RGB value is (213,116,252). Sum of RGB (Red+Green+Blue) = 213+116+252=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 116 (45.70% from 255 or 19.97% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #D574FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D574FC is #2A8B03. Grayscale: #A0A0A0. Windows color (decimal): -2788100 or 16544981. OLE color: 16544981.

HSL color Cylindrical-coordinate representation of color #D574FC: hue angle of 282.79º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D574FC is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB213116252-
CMYK0.150.5400.01
HSL282.79º95.77%72.16%-
HSV(B)282.79º53.97%98.82%-
XYZ51.2633.6795.89-
YUV160.51179.64165.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.66%
GREEN value IS 116 (45.70% from 255) = 19.97%
BLUE value IS 252 (98.83% from 255) = 43.37%
R=36.66%
G=19.97%
B=43.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2131162520.150.5400.01282.7995.7772.16
HexD574FCF360111b6048
Octal325164374176601433140110
Binary1101010111101001111110011111101100110001101111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D574FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D574FC; }

 p { color: rgb(213,116,252); }

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

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

 a { background-color: rgb(213,116,252); }

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

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

 span { border-color: rgb(213,116,252); }

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