Html Css Color HEX #DD50BC Free Speech Magenta

📋 copy color: '#DD50BC'

red 221 ◦ green 80 ◦ blue 188

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

Shades of Free Speech Magenta #DD50BC

Tints of Free Speech Magenta #DD50BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.45%

R = 45.19%
G = 16.36%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD50BC (or 0xDD50BC) is known color: Free Speech Magenta. HEX triplet: DD, 50 and BC. RGB value is (221,80,188). Sum of RGB (Red+Green+Blue) = 221+80+188=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50BC is #22AF43. Grayscale: #868686. Windows color (decimal): -2273092 or 12341469. OLE color: 12341469.

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

Color convert

RGB 221 80 188 -
CMYK 0 0.64 0.15 0.13
HSL 314.04º 0.67% 0.59% -
HSV(B) 314.04º 0.64% 0.87% -
XYZ 41.76 24.74 50.15 -
YUV 134.47 158.21 189.72 -
System Red Green Blue C M Y K H S L
Decimal 221 80 188 0 0.64 0.15 0.13 314.04 0.67 0.59
Hex DD 50 BC 0 40 F D 13A 43 3B
Octal 335 120 274 0 100 17 15 472 103 73
Binary 11011101 1010000 10111100 0 1000000 1111 1101 100111010 1000011 111011

Color Harmonies of #DD50BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD50BC

Black with #DD50BC

Text Example


Text Example

White with #DD50BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD50BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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