Html Css Color HEX #DB49DA Free Speech Magenta

📋 copy color: '#DB49DA'

red 219 ◦ green 73 ◦ blue 218

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

Shades of Free Speech Magenta #DB49DA

Tints of Free Speech Magenta #DB49DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.75%

R = 42.94%
G = 14.31%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB49DA (or 0xDB49DA) is known color: Free Speech Magenta. HEX triplet: DB, 49 and DA. RGB value is (219,73,218). Sum of RGB (Red+Green+Blue) = 219+73+218=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 73 (28.91% from 255 or 14.31% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB49DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB49DA is #24B625. Grayscale: #848484. Windows color (decimal): -2405926 or 14305755. OLE color: 14305755.

HSL color Cylindrical-coordinate representation of color #DB49DA: hue angle of 300.41º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB49DA is Cyan = 0, Magento = 0.67, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 73 218 -
CMYK 0 0.67 0.00 0.14
HSL 300.41º 0.67% 0.57% -
HSV(B) 300.41º 0.67% 0.86% -
XYZ 44.25 24.89 68.8 -
YUV 133.18 175.87 189.21 -
System Red Green Blue C M Y K H S L
Decimal 219 73 218 0 0.67 0.00 0.14 300.41 0.67 0.57
Hex DB 49 DA 0 43 0 E 12C 43 39
Octal 333 111 332 0 103 0 16 454 103 71
Binary 11011011 1001001 11011010 0 1000011 0 1110 100101100 1000011 111001

Color Harmonies of #DB49DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB49DA

Black with #DB49DA

Text Example


Text Example

White with #DB49DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB49DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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