Html Css Color HEX #DD47BE Free Speech Magenta

📋 copy color: '#DD47BE'

red 221 ◦ green 71 ◦ blue 190

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

Shades of Free Speech Magenta #DD47BE

Tints of Free Speech Magenta #DD47BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.42%

R = 45.85%
G = 14.73%
B = 39.42%

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

#DD47BE (or 0xDD47BE) is known color: Free Speech Magenta. HEX triplet: DD, 47 and BE. RGB value is (221,71,190). Sum of RGB (Red+Green+Blue) = 221+71+190=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 71 (28.12% from 255 or 14.73% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47BE is #22B841. Grayscale: #818181. Windows color (decimal): -2275394 or 12470237. OLE color: 12470237.

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

Color convert

RGB 221 71 190 -
CMYK 0 0.68 0.14 0.13
HSL 312.4º 0.69% 0.57% -
HSV(B) 312.4º 0.68% 0.87% -
XYZ 41.37 23.6 51.09 -
YUV 129.42 162.2 193.32 -
System Red Green Blue C M Y K H S L
Decimal 221 71 190 0 0.68 0.14 0.13 312.4 0.69 0.57
Hex DD 47 BE 0 44 E D 138 45 39
Octal 335 107 276 0 104 16 15 470 105 71
Binary 11011101 1000111 10111110 0 1000100 1110 1101 100111000 1000101 111001

Color Harmonies of #DD47BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD47BE

Black with #DD47BE

Text Example


Text Example

White with #DD47BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD47BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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