Html Css Color HEX #DD50C7 Free Speech Magenta

📋 copy color: '#DD50C7'

red 221 ◦ green 80 ◦ blue 199

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

Shades of Free Speech Magenta #DD50C7

Tints of Free Speech Magenta #DD50C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.8%

R = 44.2%
G = 16%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD50C7 (or 0xDD50C7) is known color: Free Speech Magenta. HEX triplet: DD, 50 and C7. RGB value is (221,80,199). Sum of RGB (Red+Green+Blue) = 221+80+199=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 80 (31.64% from 255 or 16% from 500); Blue value is 199 (78.12% from 255 or 39.8% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50C7 is #22AF38. Grayscale: #878787. Windows color (decimal): -2273081 or 13062365. OLE color: 13062365.

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

Color convert

RGB 221 80 199 -
CMYK 0 0.64 0.10 0.13
HSL 309.36º 0.67% 0.59% -
HSV(B) 309.36º 0.64% 0.87% -
XYZ 43 25.23 56.64 -
YUV 135.73 163.71 188.82 -
System Red Green Blue C M Y K H S L
Decimal 221 80 199 0 0.64 0.10 0.13 309.36 0.67 0.59
Hex DD 50 C7 0 40 A D 135 43 3B
Octal 335 120 307 0 100 12 15 465 103 73
Binary 11011101 1010000 11000111 0 1000000 1010 1101 100110101 1000011 111011

Color Harmonies of #DD50C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD50C7

Black with #DD50C7

Text Example


Text Example

White with #DD50C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD50C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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