#DB3BEC

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

Shades of Free Speech Magenta #DB3BEC

Tints of Free Speech Magenta #DB3BEC

Color information

#DB3BEC (or 0xDB3BEC) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 3B and EC. RGB value is (219,59,236). Sum of RGB (Red+Green+Blue) = 219+59+236=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 59 (23.44% from 255 or 11.48% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB3BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB3BEC is #24C413. Grayscale: #7E7E7E. Windows color (decimal): -2409492 or 15481819. OLE color: 15481819.

HSL color Cylindrical-coordinate representation of color #DB3BEC: hue angle of 294.24º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3BEC is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21959236-
CMYK0.070.7500.07
HSL294.24º82.33%57.84%-
HSV(B)294.24º75%92.55%-
XYZ45.9224.2481.62-
YUV127.02189.51193.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.61%
GREEN value IS 59 (23.44% from 255) = 11.48%
BLUE value IS 236 (92.58% from 255) = 45.91%
R=42.61%
G=11.48%
B=45.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal219592360.070.7500.07294.2482.3357.84
HexDB3BEC74B07126523a
Octal3337335471130744612272
Binary1101101111101111101100111100101101111001001101010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3BEC; }

 p { color: rgb(219,59,236); }

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

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

 a { background-color: rgb(219,59,236); }

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

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

 span { border-color: rgb(219,59,236); }

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