Html Css Color HEX #DB47DC Free Speech Magenta

📋 copy color: '#DB47DC'

red 219 ◦ green 71 ◦ blue 220

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

Shades of Free Speech Magenta #DB47DC

Tints of Free Speech Magenta #DB47DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.14%

R = 42.94%
G = 13.92%
B = 43.14%

CMYK

 C value IS 0.00

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB47DC (or 0xDB47DC) is known color: Free Speech Magenta. HEX triplet: DB, 47 and DC. RGB value is (219,71,220). Sum of RGB (Red+Green+Blue) = 219+71+220=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 71 (28.12% from 255 or 13.92% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB47DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB47DC is #24B823. Grayscale: #838383. Windows color (decimal): -2406436 or 14436315. OLE color: 14436315.

HSL color Cylindrical-coordinate representation of color #DB47DC: hue angle of 299.6º degrees, saturation: 0.68, 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 #DB47DC is Cyan = 0.00, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 71 220 -
CMYK 0.00 0.68 0 0.14
HSL 299.6º 0.68% 0.57% -
HSV(B) 299.6º 0.68% 0.86% -
XYZ 44.38 24.73 70.14 -
YUV 132.24 177.53 189.88 -
System Red Green Blue C M Y K H S L
Decimal 219 71 220 0.00 0.68 0 0.14 299.6 0.68 0.57
Hex DB 47 DC 0 44 0 E 12C 44 39
Octal 333 107 334 0 104 0 16 454 104 71
Binary 11011011 1000111 11011100 0 1000100 0 1110 100101100 1000100 111001

Color Harmonies of #DB47DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB47DC

Black with #DB47DC

Text Example


Text Example

White with #DB47DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB47DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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