Html Css Color HEX #DD50D3 Free Speech Magenta

📋 copy color: '#DD50D3'

red 221 ◦ green 80 ◦ blue 211

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

Shades of Free Speech Magenta #DD50D3

Tints of Free Speech Magenta #DD50D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.21%

R = 43.16%
G = 15.63%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD50D3 (or 0xDD50D3) is known color: Free Speech Magenta. HEX triplet: DD, 50 and D3. RGB value is (221,80,211). Sum of RGB (Red+Green+Blue) = 221+80+211=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50D3 is #22AF2C. Grayscale: #888888. Windows color (decimal): -2273069 or 13848797. OLE color: 13848797.

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

Color convert

RGB 221 80 211 -
CMYK 0 0.64 0.05 0.13
HSL 304.26º 0.67% 0.59% -
HSV(B) 304.26º 0.64% 0.87% -
XYZ 44.45 25.81 64.27 -
YUV 137.09 169.71 187.85 -
System Red Green Blue C M Y K H S L
Decimal 221 80 211 0 0.64 0.05 0.13 304.26 0.67 0.59
Hex DD 50 D3 0 40 5 D 130 43 3B
Octal 335 120 323 0 100 5 15 460 103 73
Binary 11011101 1010000 11010011 0 1000000 101 1101 100110000 1000011 111011

Color Harmonies of #DD50D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD50D3

Black with #DD50D3

Text Example


Text Example

White with #DD50D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD50D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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