Html Css Color HEX #DB4AE9 Free Speech Magenta

📋 copy color: '#DB4AE9'

red 219 ◦ green 74 ◦ blue 233

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

Shades of Free Speech Magenta #DB4AE9

Tints of Free Speech Magenta #DB4AE9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.07%

 BLUE value IS 233 (91.41% from 255) = 44.3%

R = 41.63%
G = 14.07%
B = 44.3%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB4AE9 (or 0xDB4AE9) is known color: Free Speech Magenta. HEX triplet: DB, 4A and E9. RGB value is (219,74,233). Sum of RGB (Red+Green+Blue) = 219+74+233=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 74 (29.30% from 255 or 14.07% from 526); Blue value is 233 (91.41% from 255 or 44.30% from 526); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB4AE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4AE9 is #24B516. Grayscale: #868686. Windows color (decimal): -2405655 or 15289051. OLE color: 15289051.

HSL color Cylindrical-coordinate representation of color #DB4AE9: hue angle of 294.72º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4AE9 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 74 233 -
CMYK 0.06 0.68 0 0.09
HSL 294.72º 0.78% 0.6% -
HSV(B) 294.72º 0.68% 0.91% -
XYZ 46.37 25.84 79.63 -
YUV 135.48 183.04 187.57 -
System Red Green Blue C M Y K H S L
Decimal 219 74 233 0.06 0.68 0 0.09 294.72 0.78 0.6
Hex DB 4A E9 6 44 0 9 127 4E 3C
Octal 333 112 351 6 104 0 11 447 116 74
Binary 11011011 1001010 11101001 110 1000100 0 1001 100100111 1001110 111100

Color Harmonies of #DB4AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4AE9

Black with #DB4AE9

Text Example


Text Example

White with #DB4AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4AE9; }

 p { color: rgb(219,74,233); }

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

background-color css

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

 a { background-color: rgb(219,74,233); }

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

border-color css

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

 span { border-color: rgb(219,74,233); }

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