Html Css Color HEX #DB32E4 Free Speech Magenta

📋 copy color: '#DB32E4'

red 219 ◦ green 50 ◦ blue 228

#DB32E4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #DB32E4

Tints of Free Speech Magenta #DB32E4

RGB

 RED value IS 219 (85.94% from 255) = 44.06%

 GREEN value IS 50 (19.92% from 255) = 10.06%

 BLUE value IS 228 (89.45% from 255) = 45.88%

R = 44.06%
G = 10.06%
B = 45.88%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DB32E4 (or 0xDB32E4) is known color: Free Speech Magenta. HEX triplet: DB, 32 and E4. RGB value is (219,50,228). Sum of RGB (Red+Green+Blue) = 219+50+228=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 50 (19.92% from 255 or 10.06% from 497); Blue value is 228 (89.45% from 255 or 45.88% from 497); Max value from RGB is 228 - color contains mainly: blue. Hex color #DB32E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB32E4 is #24CD1B. Grayscale: #787878. Windows color (decimal): -2411804 or 14955227. OLE color: 14955227.

HSL color Cylindrical-coordinate representation of color #DB32E4: hue angle of 296.97º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB32E4 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 50 228 -
CMYK 0.04 0.78 0 0.11
HSL 296.97º 0.77% 0.55% -
HSV(B) 296.97º 0.78% 0.89% -
XYZ 44.36 22.94 75.49 -
YUV 120.82 188.49 198.03 -
System Red Green Blue C M Y K H S L
Decimal 219 50 228 0.04 0.78 0 0.11 296.97 0.77 0.55
Hex DB 32 E4 4 4E 0 B 129 4D 37
Octal 333 62 344 4 116 0 13 451 115 67
Binary 11011011 110010 11100100 100 1001110 0 1011 100101001 1001101 110111

Color Harmonies of #DB32E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB32E4

Black with #DB32E4

Text Example


Text Example

White with #DB32E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB32E4; }

 p { color: rgb(219,50,228); }

 H1.HeaderClassName
 {
   color: #DB32E4;
 }
 .AnyTagClassName
 {
   color: #DB32E4;
 }
</style>

background-color css

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

 a { background-color: rgb(219,50,228); }

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

border-color css

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

 span { border-color: rgb(219,50,228); }

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