Html Css Color HEX #DD50BE Free Speech Magenta

📋 copy color: '#DD50BE'

red 221 ◦ green 80 ◦ blue 190

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

Shades of Free Speech Magenta #DD50BE

Tints of Free Speech Magenta #DD50BE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.29%

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

R = 45.01%
G = 16.29%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD50BE (or 0xDD50BE) is known color: Free Speech Magenta. HEX triplet: DD, 50 and BE. RGB value is (221,80,190). Sum of RGB (Red+Green+Blue) = 221+80+190=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50BE is #22AF41. Grayscale: #868686. Windows color (decimal): -2273090 or 12472541. OLE color: 12472541.

HSL color Cylindrical-coordinate representation of color #DD50BE: hue angle of 313.19º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD50BE is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 80 190 -
CMYK 0 0.64 0.14 0.13
HSL 313.19º 0.67% 0.59% -
HSV(B) 313.19º 0.64% 0.87% -
XYZ 41.98 24.83 51.29 -
YUV 134.7 159.21 189.56 -
System Red Green Blue C M Y K H S L
Decimal 221 80 190 0 0.64 0.14 0.13 313.19 0.67 0.59
Hex DD 50 BE 0 40 E D 139 43 3B
Octal 335 120 276 0 100 16 15 471 103 73
Binary 11011101 1010000 10111110 0 1000000 1110 1101 100111001 1000011 111011

Color Harmonies of #DD50BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD50BE

Black with #DD50BE

Text Example


Text Example

White with #DD50BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD50BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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