#D544F9

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

Shades of Heliotrope #D544F9

Tints of Heliotrope #D544F9

Color information

#D544F9 (or 0xD544F9) is unknown color: approx Heliotrope. HEX triplet: D5, 44 and F9. RGB value is (213,68,249). Sum of RGB (Red+Green+Blue) = 213+68+249=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 68 (26.95% from 255 or 12.83% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #D544F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D544F9 is #2ABB06. Grayscale: #838383. Windows color (decimal): -2800391 or 16336085. OLE color: 16336085.

HSL color Cylindrical-coordinate representation of color #D544F9: hue angle of 288.07º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D544F9 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21368249-
CMYK0.140.7300.02
HSL288.07º93.78%62.16%-
HSV(B)288.07º72.69%97.65%-
XYZ46.6125.1292.01-
YUV131.99194.04185.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.19%
GREEN value IS 68 (26.95% from 255) = 12.83%
BLUE value IS 249 (97.66% from 255) = 46.98%
R=40.19%
G=12.83%
B=46.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal213682490.140.7300.02288.0793.7862.16
HexD544F9E49021205e3e
Octal325104371161110244013676
Binary11010101100010011111001111010010010101001000001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D544F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D544F9; }

 p { color: rgb(213,68,249); }

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

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

 a { background-color: rgb(213,68,249); }

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

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

 span { border-color: rgb(213,68,249); }

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