#D557F9

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

Shades of Heliotrope #D557F9

Tints of Heliotrope #D557F9

Color information

#D557F9 (or 0xD557F9) is unknown color: approx Heliotrope. HEX triplet: D5, 57 and F9. RGB value is (213,87,249). Sum of RGB (Red+Green+Blue) = 213+87+249=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 87 (34.38% from 255 or 15.85% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #D557F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D557F9 is #2AA806. Grayscale: #8E8E8E. Windows color (decimal): -2795527 or 16340949. OLE color: 16340949.

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

Color convert

RGB21387249-
CMYK0.140.6500.02
HSL286.67º93.1%65.88%-
HSV(B)286.67º65.06%97.65%-
XYZ47.9527.892.46-
YUV143.14187.74177.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.80%
GREEN value IS 87 (34.38% from 255) = 15.85%
BLUE value IS 249 (97.66% from 255) = 45.36%
R=38.80%
G=15.85%
B=45.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal213872490.140.6500.02286.6793.165.88
HexD557F9E410211f5d42
Octal3251273711610102437135102
Binary110101011010111111110011110100000101010001111110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D557F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D557F9; }

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

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

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

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

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

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

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

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