Html Css Color HEX #DC47DD Free Speech Magenta

📋 copy color: '#DC47DD'

red 220 ◦ green 71 ◦ blue 221

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

Shades of Free Speech Magenta #DC47DD

Tints of Free Speech Magenta #DC47DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 42.97%
G = 13.87%
B = 43.16%

CMYK

 C value IS 0.00

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC47DD (or 0xDC47DD) is known color: Free Speech Magenta. HEX triplet: DC, 47 and DD. RGB value is (220,71,221). Sum of RGB (Red+Green+Blue) = 220+71+221=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 71 (28.12% from 255 or 13.87% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC47DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC47DD is #23B822. Grayscale: #848484. Windows color (decimal): -2340899 or 14501852. OLE color: 14501852.

HSL color Cylindrical-coordinate representation of color #DC47DD: hue angle of 299.6º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC47DD is Cyan = 0.00, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 71 221 -
CMYK 0.00 0.68 0 0.13
HSL 299.6º 0.69% 0.57% -
HSV(B) 299.6º 0.68% 0.87% -
XYZ 44.82 24.94 70.86 -
YUV 132.65 177.86 190.3 -
System Red Green Blue C M Y K H S L
Decimal 220 71 221 0.00 0.68 0 0.13 299.6 0.69 0.57
Hex DC 47 DD 0 44 0 D 12C 45 39
Octal 334 107 335 0 104 0 15 454 105 71
Binary 11011100 1000111 11011101 0 1000100 0 1101 100101100 1000101 111001

Color Harmonies of #DC47DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC47DD

Black with #DC47DD

Text Example


Text Example

White with #DC47DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC47DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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