Html Css Color HEX #DD50C3 Free Speech Magenta

📋 copy color: '#DD50C3'

red 221 ◦ green 80 ◦ blue 195

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

Shades of Free Speech Magenta #DD50C3

Tints of Free Speech Magenta #DD50C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.31%

R = 44.56%
G = 16.13%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD50C3 (or 0xDD50C3) is known color: Free Speech Magenta. HEX triplet: DD, 50 and C3. RGB value is (221,80,195). Sum of RGB (Red+Green+Blue) = 221+80+195=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50C3 is #22AF3C. Grayscale: #868686. Windows color (decimal): -2273085 or 12800221. OLE color: 12800221.

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

Color convert

RGB 221 80 195 -
CMYK 0 0.64 0.12 0.13
HSL 311.06º 0.67% 0.59% -
HSV(B) 311.06º 0.64% 0.87% -
XYZ 42.54 25.05 54.22 -
YUV 135.27 161.71 189.15 -
System Red Green Blue C M Y K H S L
Decimal 221 80 195 0 0.64 0.12 0.13 311.06 0.67 0.59
Hex DD 50 C3 0 40 C D 137 43 3B
Octal 335 120 303 0 100 14 15 467 103 73
Binary 11011101 1010000 11000011 0 1000000 1100 1101 100110111 1000011 111011

Color Harmonies of #DD50C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD50C3

Black with #DD50C3

Text Example


Text Example

White with #DD50C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD50C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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