Html Css Color HEX #DB49E8 Free Speech Magenta

📋 copy color: '#DB49E8'

red 219 ◦ green 73 ◦ blue 232

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

Shades of Free Speech Magenta #DB49E8

Tints of Free Speech Magenta #DB49E8

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.93%

 BLUE value IS 232 (91.02% from 255) = 44.27%

R = 41.79%
G = 13.93%
B = 44.27%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB49E8 (or 0xDB49E8) is known color: Free Speech Magenta. HEX triplet: DB, 49 and E8. RGB value is (219,73,232). Sum of RGB (Red+Green+Blue) = 219+73+232=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 73 (28.91% from 255 or 13.93% from 524); Blue value is 232 (91.02% from 255 or 44.27% from 524); Max value from RGB is 232 - color contains mainly: blue. Hex color #DB49E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB49E8 is #24B617. Grayscale: #868686. Windows color (decimal): -2405912 or 15223259. OLE color: 15223259.

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

Color convert

RGB 219 73 232 -
CMYK 0.06 0.69 0 0.09
HSL 295.09º 0.78% 0.6% -
HSV(B) 295.09º 0.69% 0.91% -
XYZ 46.16 25.65 78.86 -
YUV 134.78 182.87 188.07 -
System Red Green Blue C M Y K H S L
Decimal 219 73 232 0.06 0.69 0 0.09 295.09 0.78 0.6
Hex DB 49 E8 6 45 0 9 127 4E 3C
Octal 333 111 350 6 105 0 11 447 116 74
Binary 11011011 1001001 11101000 110 1000101 0 1001 100100111 1001110 111100

Color Harmonies of #DB49E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB49E8

Black with #DB49E8

Text Example


Text Example

White with #DB49E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB49E8; }

 p { color: rgb(219,73,232); }

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

background-color css

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

 a { background-color: rgb(219,73,232); }

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

border-color css

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

 span { border-color: rgb(219,73,232); }

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