#DB48EC

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

Shades of Free Speech Magenta #DB48EC

Tints of Free Speech Magenta #DB48EC

Color information

#DB48EC (or 0xDB48EC) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 48 and EC. RGB value is (219,72,236). Sum of RGB (Red+Green+Blue) = 219+72+236=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 72 (28.52% from 255 or 13.66% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB48EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB48EC is #24B713. Grayscale: #868686. Windows color (decimal): -2406164 or 15485147. OLE color: 15485147.

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

Color convert

RGB21972236-
CMYK0.070.6900.07
HSL293.78º81.19%60.39%-
HSV(B)293.78º69.49%92.55%-
XYZ46.6725.7581.87-
YUV134.65185.2188.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.56%
GREEN value IS 72 (28.52% from 255) = 13.66%
BLUE value IS 236 (92.58% from 255) = 44.78%
R=41.56%
G=13.66%
B=44.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal219722360.070.6900.07293.7881.1960.39
HexDB48EC74507126513c
Octal33311035471050744612174
Binary11011011100100011101100111100010101111001001101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB48EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB48EC; }

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

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

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

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

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

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

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

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