#DC47DB

Color #DC47DB Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DC47DB

Tints of Free Speech Magenta #DC47DB

Color information

#DC47DB (or 0xDC47DB) is unknown color: approx 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

RGB22071219-
CMYK00.680.000.14
HSL300.4º68.04%57.06%-
HSV(B)300.4º67.73%86.27%-
XYZ44.5524.8469.46-
YUV132.42176.86190.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.14%
GREEN value IS 71 (28.12% 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 (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207121900.680.000.14300.468.0457.06
HexDC47DB0440E12c4439
Octal334107333010401645410471
Binary1101110010001111101101101000100011101001011001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC47DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>