Html Css Color HEX #DB3BE5 Free Speech Magenta

📋 copy color: '#DB3BE5'

red 219 ◦ green 59 ◦ blue 229

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

Shades of Free Speech Magenta #DB3BE5

Tints of Free Speech Magenta #DB3BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.17%

R = 43.2%
G = 11.64%
B = 45.17%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB3BE5 (or 0xDB3BE5) is known color: Free Speech Magenta. HEX triplet: DB, 3B and E5. RGB value is (219,59,229). Sum of RGB (Red+Green+Blue) = 219+59+229=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 59 (23.44% from 255 or 11.64% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB3BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3BE5 is #24C41A. Grayscale: #7D7D7D. Windows color (decimal): -2409499 or 15023067. OLE color: 15023067.

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

Color convert

RGB 219 59 229 -
CMYK 0.04 0.74 0 0.10
HSL 296.47º 0.77% 0.56% -
HSV(B) 296.47º 0.74% 0.9% -
XYZ 44.92 23.85 76.36 -
YUV 126.22 186.01 194.18 -
System Red Green Blue C M Y K H S L
Decimal 219 59 229 0.04 0.74 0 0.10 296.47 0.77 0.56
Hex DB 3B E5 4 4A 0 A 128 4D 38
Octal 333 73 345 4 112 0 12 450 115 70
Binary 11011011 111011 11100101 100 1001010 0 1010 100101000 1001101 111000

Color Harmonies of #DB3BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3BE5

Black with #DB3BE5

Text Example


Text Example

White with #DB3BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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