Html Css Color HEX #DD50BF Free Speech Magenta

📋 copy color: '#DD50BF'

red 221 ◦ green 80 ◦ blue 191

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

Shades of Free Speech Magenta #DD50BF

Tints of Free Speech Magenta #DD50BF

RGB

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

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

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

R = 44.92%
G = 16.26%
B = 38.82%

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

#DD50BF (or 0xDD50BF) is known color: Free Speech Magenta. HEX triplet: DD, 50 and BF. RGB value is (221,80,191). Sum of RGB (Red+Green+Blue) = 221+80+191=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50BF is #22AF40. Grayscale: #868686. Windows color (decimal): -2273089 or 12538077. OLE color: 12538077.

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

Color convert

RGB 221 80 191 -
CMYK 0 0.64 0.14 0.13
HSL 312.77º 0.67% 0.59% -
HSV(B) 312.77º 0.64% 0.87% -
XYZ 42.09 24.87 51.87 -
YUV 134.81 159.71 189.47 -
System Red Green Blue C M Y K H S L
Decimal 221 80 191 0 0.64 0.14 0.13 312.77 0.67 0.59
Hex DD 50 BF 0 40 E D 139 43 3B
Octal 335 120 277 0 100 16 15 471 103 73
Binary 11011101 1010000 10111111 0 1000000 1110 1101 100111001 1000011 111011

Color Harmonies of #DD50BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD50BF

Black with #DD50BF

Text Example


Text Example

White with #DD50BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD50BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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