#DB51F8

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

Shades of Heliotrope #DB51F8

Tints of Heliotrope #DB51F8

Color information

#DB51F8 (or 0xDB51F8) is unknown color: approx Heliotrope. HEX triplet: DB, 51 and F8. RGB value is (219,81,248). Sum of RGB (Red+Green+Blue) = 219+81+248=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 81 (32.03% from 255 or 14.78% from 548); Blue value is 248 (97.27% from 255 or 45.26% from 548); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB51F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB51F8 is #24AE07. Grayscale: #8C8C8C. Windows color (decimal): -2403848 or 16273883. OLE color: 16273883.

HSL color Cylindrical-coordinate representation of color #DB51F8: hue angle of 289.58º 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 #DB51F8 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB21981248-
CMYK0.120.6700.03
HSL289.58º92.27%64.51%-
HSV(B)289.58º67.34%97.25%-
XYZ49.127.7291.57-
YUV141.3188.22183.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.96%
GREEN value IS 81 (32.03% from 255) = 14.78%
BLUE value IS 248 (97.27% from 255) = 45.26%
R=39.96%
G=14.78%
B=45.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal219812480.120.6700.03289.5892.2764.51
HexDB51F8C43031225c41
Octal3331213701410303442134101
Binary110110111010001111110001100100001101110010001010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB51F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB51F8; }

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

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

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

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

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

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

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

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