Html Css Color HEX #DD47D2 Free Speech Magenta

📋 copy color: '#DD47D2'

red 221 ◦ green 71 ◦ blue 210

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

Shades of Free Speech Magenta #DD47D2

Tints of Free Speech Magenta #DD47D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.83%

R = 44.02%
G = 14.14%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD47D2 (or 0xDD47D2) is known color: Free Speech Magenta. HEX triplet: DD, 47 and D2. RGB value is (221,71,210). Sum of RGB (Red+Green+Blue) = 221+71+210=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 71 (28.12% from 255 or 14.14% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47D2 is #22B82D. Grayscale: #838383. Windows color (decimal): -2275374 or 13780957. OLE color: 13780957.

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

Color convert

RGB 221 71 210 -
CMYK 0 0.68 0.05 0.13
HSL 304.4º 0.69% 0.57% -
HSV(B) 304.4º 0.68% 0.87% -
XYZ 43.7 24.53 63.4 -
YUV 131.7 172.2 191.7 -
System Red Green Blue C M Y K H S L
Decimal 221 71 210 0 0.68 0.05 0.13 304.4 0.69 0.57
Hex DD 47 D2 0 44 5 D 130 45 39
Octal 335 107 322 0 104 5 15 460 105 71
Binary 11011101 1000111 11010010 0 1000100 101 1101 100110000 1000101 111001

Color Harmonies of #DD47D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD47D2

Black with #DD47D2

Text Example


Text Example

White with #DD47D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD47D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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