#DB3FF8

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

Shades of Free Speech Magenta #DB3FF8

Tints of Free Speech Magenta #DB3FF8

Color information

#DB3FF8 (or 0xDB3FF8) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 3F and F8. RGB value is (219,63,248). Sum of RGB (Red+Green+Blue) = 219+63+248=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 63 (25% from 255 or 11.89% from 530); Blue value is 248 (97.27% from 255 or 46.79% from 530); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB3FF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB3FF8 is #24C007. Grayscale: #828282. Windows color (decimal): -2408456 or 16269275. OLE color: 16269275.

HSL color Cylindrical-coordinate representation of color #DB3FF8: hue angle of 290.59º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3FF8 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB21963248-
CMYK0.120.7500.03
HSL290.59º92.96%60.98%-
HSV(B)290.59º74.6%97.25%-
XYZ47.9325.3991.18-
YUV130.73194.18190.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.32%
GREEN value IS 63 (25% from 255) = 11.89%
BLUE value IS 248 (97.27% from 255) = 46.79%
R=41.32%
G=11.89%
B=46.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal219632480.120.7500.03290.5992.9660.98
HexDB3FF8C4B031235d3d
Octal33377370141130344313575
Binary1101101111111111111000110010010110111001000111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3FF8; }

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

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

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

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

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

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

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

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