Html Css Color HEX #DD50D7 Free Speech Magenta

📋 copy color: '#DD50D7'

red 221 ◦ green 80 ◦ blue 215

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

Shades of Free Speech Magenta #DD50D7

Tints of Free Speech Magenta #DD50D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.67%

R = 42.83%
G = 15.5%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD50D7 (or 0xDD50D7) is known color: Free Speech Magenta. HEX triplet: DD, 50 and D7. RGB value is (221,80,215). Sum of RGB (Red+Green+Blue) = 221+80+215=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 215 (84.38% from 255 or 41.67% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50D7 is #22AF28. Grayscale: #898989. Windows color (decimal): -2273065 or 14110941. OLE color: 14110941.

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

Color convert

RGB 221 80 215 -
CMYK 0 0.64 0.03 0.13
HSL 302.55º 0.67% 0.59% -
HSV(B) 302.55º 0.64% 0.87% -
XYZ 44.95 26.02 66.94 -
YUV 137.55 171.71 187.52 -
System Red Green Blue C M Y K H S L
Decimal 221 80 215 0 0.64 0.03 0.13 302.55 0.67 0.59
Hex DD 50 D7 0 40 3 D 12F 43 3B
Octal 335 120 327 0 100 3 15 457 103 73
Binary 11011101 1010000 11010111 0 1000000 11 1101 100101111 1000011 111011

Color Harmonies of #DD50D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD50D7

Black with #DD50D7

Text Example


Text Example

White with #DD50D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD50D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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