Html Css Color HEX #DB47DB Free Speech Magenta

📋 copy color: '#DB47DB'

red 219 ◦ green 71 ◦ blue 219

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

Shades of Free Speech Magenta #DB47DB

Tints of Free Speech Magenta #DB47DB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.95%

 BLUE value IS 219 (85.94% from 255) = 43.03%

R = 43.03%
G = 13.95%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB47DB (or 0xDB47DB) is known color: Free Speech Magenta. HEX triplet: DB, 47 and DB. RGB value is (219,71,219). Sum of RGB (Red+Green+Blue) = 219+71+219=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 71 (28.12% from 255 or 13.95% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB47DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB47DB is #24B824. Grayscale: #838383. Windows color (decimal): -2406437 or 14370779. OLE color: 14370779.

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

Color convert

RGB 219 71 219 -
CMYK 0 0.68 0 0.14
HSL 300º 0.67% 0.57% -
HSV(B) 300º 0.68% 0.86% -
XYZ 44.25 24.68 69.45 -
YUV 132.12 177.03 189.97 -
System Red Green Blue C M Y K H S L
Decimal 219 71 219 0 0.68 0 0.14 300 0.67 0.57
Hex DB 47 DB 0 44 0 E 12C 43 39
Octal 333 107 333 0 104 0 16 454 103 71
Binary 11011011 1000111 11011011 0 1000100 0 1110 100101100 1000011 111001

Color Harmonies of #DB47DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB47DB

Black with #DB47DB

Text Example


Text Example

White with #DB47DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB47DB; }

 p { color: rgb(219,71,219); }

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

background-color css

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

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

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

border-color css

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

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

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