#D573FE

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

Shades of Heliotrope #D573FE

Tints of Heliotrope #D573FE

Color information

#D573FE (or 0xD573FE) is unknown color: approx Heliotrope. HEX triplet: D5, 73 and FE. RGB value is (213,115,254). Sum of RGB (Red+Green+Blue) = 213+115+254=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 115 (45.31% from 255 or 19.76% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #D573FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D573FE is #2A8C01. Grayscale: #9F9F9F. Windows color (decimal): -2788354 or 16675797. OLE color: 16675797.

HSL color Cylindrical-coordinate representation of color #D573FE: hue angle of 282.3º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D573FE is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB213115254-
CMYK0.160.5500.00
HSL282.3º98.58%72.35%-
HSV(B)282.3º54.72%99.61%-
XYZ51.4633.5697.53-
YUV160.15180.97165.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.60%
GREEN value IS 115 (45.31% from 255) = 19.76%
BLUE value IS 254 (99.61% from 255) = 43.64%
R=36.60%
G=19.76%
B=43.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2131152540.160.5500.00282.398.5872.35
HexD573FE10370011a6348
Octal325163376206700432143110
Binary11010101111001111111110100001101110010001101011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D573FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D573FE; }

 p { color: rgb(213,115,254); }

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

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

 a { background-color: rgb(213,115,254); }

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

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

 span { border-color: rgb(213,115,254); }

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