#DB56F1

Color #DB56F1 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DB56F1

Tints of Free Speech Magenta #DB56F1

Color information

#DB56F1 (or 0xDB56F1) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 56 and F1. RGB value is (219,86,241). Sum of RGB (Red+Green+Blue) = 219+86+241=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 86 (33.98% from 255 or 15.75% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB56F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB56F1 is #24A90E. Grayscale: #8E8E8E. Windows color (decimal): -2402575 or 15816411. OLE color: 15816411.

HSL color Cylindrical-coordinate representation of color #DB56F1: hue angle of 291.48º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB56F1 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21986241-
CMYK0.090.6400.05
HSL291.48º84.7%64.12%-
HSV(B)291.48º64.32%94.51%-
XYZ48.4228.0786.08-
YUV143.44183.06181.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.11%
GREEN value IS 86 (33.98% from 255) = 15.75%
BLUE value IS 241 (94.53% from 255) = 44.14%
R=40.11%
G=15.75%
B=44.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal219862410.090.6400.05291.4884.764.12
HexDB56F1940051235540
Octal3331263611110005443125100
Binary1101101110101101111000110011000000010110010001110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB56F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB56F1; }

 p { color: rgb(219,86,241); }

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

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

 a { background-color: rgb(219,86,241); }

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

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

 span { border-color: rgb(219,86,241); }

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