#D549FC

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

Shades of Heliotrope #D549FC

Tints of Heliotrope #D549FC

Color information

#D549FC (or 0xD549FC) is unknown color: approx Heliotrope. HEX triplet: D5, 49 and FC. RGB value is (213,73,252). Sum of RGB (Red+Green+Blue) = 213+73+252=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 73 (28.91% from 255 or 13.57% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #D549FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D549FC is #2AB603. Grayscale: #868686. Windows color (decimal): -2799108 or 16533973. OLE color: 16533973.

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

Color convert

RGB21373252-
CMYK0.150.7100.01
HSL286.93º96.76%63.73%-
HSV(B)286.93º71.03%98.82%-
XYZ47.3925.9494.6-
YUV135.27193.88183.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.59%
GREEN value IS 73 (28.91% from 255) = 13.57%
BLUE value IS 252 (98.83% from 255) = 46.84%
R=39.59%
G=13.57%
B=46.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal213732520.150.7100.01286.9396.7663.73
HexD549FCF470111f6140
Octal3251113741710701437141100
Binary11010101100100111111100111110001110110001111111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D549FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D549FC; }

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

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

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

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

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

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

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

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