Html Css Color HEX #DB3AE5 Free Speech Magenta

📋 copy color: '#DB3AE5'

red 219 ◦ green 58 ◦ blue 229

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

Shades of Free Speech Magenta #DB3AE5

Tints of Free Speech Magenta #DB3AE5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.46%

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

R = 43.28%
G = 11.46%
B = 45.26%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB3AE5 (or 0xDB3AE5) is known color: Free Speech Magenta. HEX triplet: DB, 3A and E5. RGB value is (219,58,229). Sum of RGB (Red+Green+Blue) = 219+58+229=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 58 (23.05% from 255 or 11.46% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB3AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3AE5 is #24C51A. Grayscale: #7D7D7D. Windows color (decimal): -2409755 or 15022811. OLE color: 15022811.

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

Color convert

RGB 219 58 229 -
CMYK 0.04 0.75 0 0.10
HSL 296.49º 0.77% 0.56% -
HSV(B) 296.49º 0.75% 0.9% -
XYZ 44.87 23.74 76.35 -
YUV 125.63 186.34 194.6 -
System Red Green Blue C M Y K H S L
Decimal 219 58 229 0.04 0.75 0 0.10 296.49 0.77 0.56
Hex DB 3A E5 4 4B 0 A 128 4D 38
Octal 333 72 345 4 113 0 12 450 115 70
Binary 11011011 111010 11100101 100 1001011 0 1010 100101000 1001101 111000

Color Harmonies of #DB3AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3AE5

Black with #DB3AE5

Text Example


Text Example

White with #DB3AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3AE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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