Html Css Color HEX #DD47D3 Free Speech Magenta

📋 copy color: '#DD47D3'

red 221 ◦ green 71 ◦ blue 211

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

Shades of Free Speech Magenta #DD47D3

Tints of Free Speech Magenta #DD47D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.95%

R = 43.94%
G = 14.12%
B = 41.95%

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

#DD47D3 (or 0xDD47D3) is known color: Free Speech Magenta. HEX triplet: DD, 47 and D3. RGB value is (221,71,211). Sum of RGB (Red+Green+Blue) = 221+71+211=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 71 (28.12% from 255 or 14.12% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47D3 is #22B82C. Grayscale: #838383. Windows color (decimal): -2275373 or 13846493. OLE color: 13846493.

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

Color convert

RGB 221 71 211 -
CMYK 0 0.68 0.05 0.13
HSL 304º 0.69% 0.57% -
HSV(B) 304º 0.68% 0.87% -
XYZ 43.83 24.58 64.06 -
YUV 131.81 172.7 191.62 -
System Red Green Blue C M Y K H S L
Decimal 221 71 211 0 0.68 0.05 0.13 304 0.69 0.57
Hex DD 47 D3 0 44 5 D 130 45 39
Octal 335 107 323 0 104 5 15 460 105 71
Binary 11011101 1000111 11010011 0 1000100 101 1101 100110000 1000101 111001

Color Harmonies of #DD47D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD47D3

Black with #DD47D3

Text Example


Text Example

White with #DD47D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD47D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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