#D551F8

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

Shades of Heliotrope #D551F8

Tints of Heliotrope #D551F8

Color information

#D551F8 (or 0xD551F8) is unknown color: approx Heliotrope. HEX triplet: D5, 51 and F8. RGB value is (213,81,248). Sum of RGB (Red+Green+Blue) = 213+81+248=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 81 (32.03% from 255 or 14.94% from 542); Blue value is 248 (97.27% from 255 or 45.76% from 542); Max value from RGB is 248 - color contains mainly: blue. Hex color #D551F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D551F8 is #2AAE07. Grayscale: #8A8A8A. Windows color (decimal): -2797064 or 16273877. OLE color: 16273877.

HSL color Cylindrical-coordinate representation of color #D551F8: hue angle of 287.43º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D551F8 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB21381248-
CMYK0.140.6700.03
HSL287.43º92.27%64.51%-
HSV(B)287.43º67.34%97.25%-
XYZ47.3326.8191.49-
YUV139.51189.23180.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.30%
GREEN value IS 81 (32.03% from 255) = 14.94%
BLUE value IS 248 (97.27% from 255) = 45.76%
R=39.30%
G=14.94%
B=45.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal213812480.140.6700.03287.4392.2764.51
HexD551F8E430311f5c41
Octal3251213701610303437134101
Binary110101011010001111110001110100001101110001111110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D551F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D551F8; }

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

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

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

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

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

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

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

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