Html Css Color HEX #DC47DB Free Speech Magenta

📋 copy color: '#DC47DB'

red 220 ◦ green 71 ◦ blue 219

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

Shades of Free Speech Magenta #DC47DB

Tints of Free Speech Magenta #DC47DB

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #DC47DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC47DB

Black with #DC47DB

Text Example


Text Example

White with #DC47DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC47DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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