#D557F4

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

Shades of Heliotrope #D557F4

Tints of Heliotrope #D557F4

Color information

#D557F4 (or 0xD557F4) is unknown color: approx Heliotrope. HEX triplet: D5, 57 and F4. RGB value is (213,87,244). Sum of RGB (Red+Green+Blue) = 213+87+244=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 87 (34.38% from 255 or 15.99% from 544); Blue value is 244 (95.70% from 255 or 44.85% from 544); Max value from RGB is 244 - color contains mainly: blue. Hex color #D557F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D557F4 is #2AA80B. Grayscale: #8E8E8E. Windows color (decimal): -2795532 or 16013269. OLE color: 16013269.

HSL color Cylindrical-coordinate representation of color #D557F4: hue angle of 288.15º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D557F4 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB21387244-
CMYK0.130.6400.04
HSL288.15º87.71%64.9%-
HSV(B)288.15º64.34%95.69%-
XYZ47.1827.4988.41-
YUV142.57185.24178.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.15%
GREEN value IS 87 (34.38% from 255) = 15.99%
BLUE value IS 244 (95.70% from 255) = 44.85%
R=39.15%
G=15.99%
B=44.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal213872440.130.6400.04288.1587.7164.9
HexD557F4D40041205841
Octal3251273641510004440130101
Binary1101010110101111111010011011000000010010010000010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D557F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D557F4; }

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

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

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

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

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

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

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

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