Html Css Color HEX #DD47D0 Free Speech Magenta

📋 copy color: '#DD47D0'

red 221 ◦ green 71 ◦ blue 208

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

Shades of Free Speech Magenta #DD47D0

Tints of Free Speech Magenta #DD47D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.6%

R = 44.2%
G = 14.2%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD47D0 (or 0xDD47D0) is known color: Free Speech Magenta. HEX triplet: DD, 47 and D0. RGB value is (221,71,208). Sum of RGB (Red+Green+Blue) = 221+71+208=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 71 (28.12% from 255 or 14.2% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47D0 is #22B82F. Grayscale: #838383. Windows color (decimal): -2275376 or 13649885. OLE color: 13649885.

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

Color convert

RGB 221 71 208 -
CMYK 0 0.68 0.06 0.13
HSL 305.2º 0.69% 0.57% -
HSV(B) 305.2º 0.68% 0.87% -
XYZ 43.46 24.43 62.1 -
YUV 131.47 171.2 191.86 -
System Red Green Blue C M Y K H S L
Decimal 221 71 208 0 0.68 0.06 0.13 305.2 0.69 0.57
Hex DD 47 D0 0 44 6 D 131 45 39
Octal 335 107 320 0 104 6 15 461 105 71
Binary 11011101 1000111 11010000 0 1000100 110 1101 100110001 1000101 111001

Color Harmonies of #DD47D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD47D0

Black with #DD47D0

Text Example


Text Example

White with #DD47D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD47D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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