Html Css Color HEX #DD47BF Free Speech Magenta

📋 copy color: '#DD47BF'

red 221 ◦ green 71 ◦ blue 191

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

Shades of Free Speech Magenta #DD47BF

Tints of Free Speech Magenta #DD47BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.54%

R = 45.76%
G = 14.7%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD47BF (or 0xDD47BF) is known color: Free Speech Magenta. HEX triplet: DD, 47 and BF. RGB value is (221,71,191). Sum of RGB (Red+Green+Blue) = 221+71+191=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 71 (28.12% from 255 or 14.70% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47BF is #22B840. Grayscale: #818181. Windows color (decimal): -2275393 or 12535773. OLE color: 12535773.

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

Color convert

RGB 221 71 191 -
CMYK 0 0.68 0.14 0.13
HSL 312º 0.69% 0.57% -
HSV(B) 312º 0.68% 0.87% -
XYZ 41.48 23.64 51.67 -
YUV 129.53 162.7 193.24 -
System Red Green Blue C M Y K H S L
Decimal 221 71 191 0 0.68 0.14 0.13 312 0.69 0.57
Hex DD 47 BF 0 44 E D 138 45 39
Octal 335 107 277 0 104 16 15 470 105 71
Binary 11011101 1000111 10111111 0 1000100 1110 1101 100111000 1000101 111001

Color Harmonies of #DD47BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD47BF

Black with #DD47BF

Text Example


Text Example

White with #DD47BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD47BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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