Html Css Color HEX #DD31DD Free Speech Magenta

📋 copy color: '#DD31DD'

red 221 ◦ green 49 ◦ blue 221

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

Shades of Free Speech Magenta #DD31DD

Tints of Free Speech Magenta #DD31DD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.98%

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 45.01%
G = 9.98%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD31DD (or 0xDD31DD) is known color: Free Speech Magenta. HEX triplet: DD, 31 and DD. RGB value is (221,49,221). Sum of RGB (Red+Green+Blue) = 221+49+221=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 49 (19.53% from 255 or 9.98% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD31DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD31DD is #22CE22. Grayscale: #777777. Windows color (decimal): -2280995 or 14496221. OLE color: 14496221.

HSL color Cylindrical-coordinate representation of color #DD31DD: hue angle of 300º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD31DD is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 49 221 -
CMYK 0 0.78 0 0.13
HSL 300º 0.72% 0.53% -
HSV(B) 300º 0.78% 0.87% -
XYZ 43.97 22.79 70.49 -
YUV 120.04 184.98 200.01 -
System Red Green Blue C M Y K H S L
Decimal 221 49 221 0 0.78 0 0.13 300 0.72 0.53
Hex DD 31 DD 0 4E 0 D 12C 48 35
Octal 335 61 335 0 116 0 15 454 110 65
Binary 11011101 110001 11011101 0 1001110 0 1101 100101100 1001000 110101

Color Harmonies of #DD31DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD31DD

Black with #DD31DD

Text Example


Text Example

White with #DD31DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD31DD; }

 p { color: rgb(221,49,221); }

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

background-color css

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

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

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

border-color css

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

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

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