#D54CF9

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

Shades of Heliotrope #D54CF9

Tints of Heliotrope #D54CF9

Color information

#D54CF9 (or 0xD54CF9) is unknown color: approx Heliotrope. HEX triplet: D5, 4C and F9. RGB value is (213,76,249). Sum of RGB (Red+Green+Blue) = 213+76+249=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 76 (30.08% from 255 or 14.13% from 538); Blue value is 249 (97.66% from 255 or 46.28% from 538); Max value from RGB is 249 - color contains mainly: blue. Hex color #D54CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D54CF9 is #2AB306. Grayscale: #888888. Windows color (decimal): -2798343 or 16338133. OLE color: 16338133.

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

Color convert

RGB21376249-
CMYK0.140.6900.02
HSL287.51º93.51%63.73%-
HSV(B)287.51º69.48%97.65%-
XYZ47.1226.1592.19-
YUV136.68191.39182.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.59%
GREEN value IS 76 (30.08% from 255) = 14.13%
BLUE value IS 249 (97.66% from 255) = 46.28%
R=39.59%
G=14.13%
B=46.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal213762490.140.6900.02287.5193.5163.73
HexD54CF9E45021205e40
Octal3251143711610502440136100
Binary110101011001100111110011110100010101010010000010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54CF9; }

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

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

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

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

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

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

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

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