#db38e5

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

Shades of Free Speech Magenta #DB38E5

Tints of Free Speech Magenta #DB38E5

Color information

#DB38E5 (or 0xDB38E5) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 38 and E5. RGB value is (219,56,229). Sum of RGB (Red+Green+Blue) = 219+56+229=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 56 (22.27% from 255 or 11.11% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB38E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB38E5 is #24C71A. Grayscale: #7B7B7B. Windows color (decimal): -2410267 or 15022299. OLE color: 15022299.

HSL color Cylindrical-coordinate representation of color #DB38E5: hue angle of 296.53º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB38E5 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB21956229-
CMYK0.040.7600.10
HSL296.53º76.89%55.88%-
HSV(B)296.53º75.55%89.8%-
XYZ44.7723.5576.31-
YUV124.46187195.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.45%
GREEN value IS 56 (22.27% from 255) = 11.11%
BLUE value IS 229 (89.84% from 255) = 45.44%
R=43.45%
G=11.11%
B=45.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal219562290.040.7600.10296.5376.8955.88
HexDB38E544C0A1294d38
Octal33370345411401245111570
Binary11011011111000111001011001001100010101001010011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db38e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db38e5; }

 p { color: rgb(219,56,229); }

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

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

 a { background-color: rgb(219,56,229); }

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

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

 span { border-color: rgb(219,56,229); }

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