Html Css Color HEX #DD50D9 Free Speech Magenta

📋 copy color: '#DD50D9'

red 221 ◦ green 80 ◦ blue 217

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

Shades of Free Speech Magenta #DD50D9

Tints of Free Speech Magenta #DD50D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.89%

R = 42.66%
G = 15.44%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD50D9 (or 0xDD50D9) is known color: Free Speech Magenta. HEX triplet: DD, 50 and D9. RGB value is (221,80,217). Sum of RGB (Red+Green+Blue) = 221+80+217=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 80 (31.64% from 255 or 15.44% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50D9 is #22AF26. Grayscale: #898989. Windows color (decimal): -2273063 or 14242013. OLE color: 14242013.

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

Color convert

RGB 221 80 217 -
CMYK 0 0.64 0.02 0.13
HSL 301.7º 0.67% 0.59% -
HSV(B) 301.7º 0.64% 0.87% -
XYZ 45.21 26.12 68.3 -
YUV 137.78 172.71 187.36 -
System Red Green Blue C M Y K H S L
Decimal 221 80 217 0 0.64 0.02 0.13 301.7 0.67 0.59
Hex DD 50 D9 0 40 2 D 12E 43 3B
Octal 335 120 331 0 100 2 15 456 103 73
Binary 11011101 1010000 11011001 0 1000000 10 1101 100101110 1000011 111011

Color Harmonies of #DD50D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD50D9

Black with #DD50D9

Text Example


Text Example

White with #DD50D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD50D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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