Html Css Color HEX #DB3BEA Free Speech Magenta

📋 copy color: '#DB3BEA'

red 219 ◦ green 59 ◦ blue 234

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

Shades of Free Speech Magenta #DB3BEA

Tints of Free Speech Magenta #DB3BEA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.52%

 BLUE value IS 234 (91.8% from 255) = 45.7%

R = 42.77%
G = 11.52%
B = 45.7%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB3BEA (or 0xDB3BEA) is known color: Free Speech Magenta. HEX triplet: DB, 3B and EA. RGB value is (219,59,234). Sum of RGB (Red+Green+Blue) = 219+59+234=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 59 (23.44% from 255 or 11.52% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB3BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB3BEA is #24C415. Grayscale: #7E7E7E. Windows color (decimal): -2409494 or 15350747. OLE color: 15350747.

HSL color Cylindrical-coordinate representation of color #DB3BEA: hue angle of 294.86º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3BEA is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 59 234 -
CMYK 0.06 0.75 0 0.08
HSL 294.86º 0.81% 0.57% -
HSV(B) 294.86º 0.75% 0.92% -
XYZ 45.63 24.13 80.09 -
YUV 126.79 188.51 193.77 -
System Red Green Blue C M Y K H S L
Decimal 219 59 234 0.06 0.75 0 0.08 294.86 0.81 0.57
Hex DB 3B EA 6 4B 0 8 127 51 39
Octal 333 73 352 6 113 0 10 447 121 71
Binary 11011011 111011 11101010 110 1001011 0 1000 100100111 1010001 111001

Color Harmonies of #DB3BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3BEA

Black with #DB3BEA

Text Example


Text Example

White with #DB3BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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