#D551F6

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

Shades of Heliotrope #D551F6

Tints of Heliotrope #D551F6

Color information

#D551F6 (or 0xD551F6) is unknown color: approx Heliotrope. HEX triplet: D5, 51 and F6. RGB value is (213,81,246). Sum of RGB (Red+Green+Blue) = 213+81+246=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 81 (32.03% from 255 or 15% from 540); Blue value is 246 (96.48% from 255 or 45.56% from 540); Max value from RGB is 246 - color contains mainly: blue. Hex color #D551F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D551F6 is #2AAE09. Grayscale: #8A8A8A. Windows color (decimal): -2797066 or 16142805. OLE color: 16142805.

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

Color convert

RGB21381246-
CMYK0.130.6700.04
HSL288º90.16%64.12%-
HSV(B)288º67.07%96.47%-
XYZ47.0226.6889.86-
YUV139.28188.23180.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.44%
GREEN value IS 81 (32.03% from 255) = 15%
BLUE value IS 246 (96.48% from 255) = 45.56%
R=39.44%
G=15%
B=45.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal213812460.130.6700.0428890.1664.12
HexD551F6D43041205a40
Octal3251213661510304440132100
Binary1101010110100011111011011011000011010010010000010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D551F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D551F6; }

 p { color: rgb(213,81,246); }

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

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

 a { background-color: rgb(213,81,246); }

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

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

 span { border-color: rgb(213,81,246); }

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