Html Css Color HEX #DD47DD Free Speech Magenta

📋 copy color: '#DD47DD'

red 221 ◦ green 71 ◦ blue 221

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

Shades of Free Speech Magenta #DD47DD

Tints of Free Speech Magenta #DD47DD

RGB

 RED value IS 221 (86.72% from 255) = 43.08%

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

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

R = 43.08%
G = 13.84%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD47DD (or 0xDD47DD) is known color: Free Speech Magenta. HEX triplet: DD, 47 and DD. RGB value is (221,71,221). Sum of RGB (Red+Green+Blue) = 221+71+221=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 71 (28.12% from 255 or 13.84% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD47DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47DD is #22B822. Grayscale: #848484. Windows color (decimal): -2275363 or 14501853. OLE color: 14501853.

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

Color convert

RGB 221 71 221 -
CMYK 0 0.68 0 0.13
HSL 300º 0.69% 0.57% -
HSV(B) 300º 0.68% 0.87% -
XYZ 45.12 25.1 70.87 -
YUV 132.95 177.7 190.8 -
System Red Green Blue C M Y K H S L
Decimal 221 71 221 0 0.68 0 0.13 300 0.69 0.57
Hex DD 47 DD 0 44 0 D 12C 45 39
Octal 335 107 335 0 104 0 15 454 105 71
Binary 11011101 1000111 11011101 0 1000100 0 1101 100101100 1000101 111001

Color Harmonies of #DD47DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD47DD

Black with #DD47DD

Text Example


Text Example

White with #DD47DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD47DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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