Html Css Color HEX #DD41DD Free Speech Magenta

📋 copy color: '#DD41DD'

red 221 ◦ green 65 ◦ blue 221

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

Shades of Free Speech Magenta #DD41DD

Tints of Free Speech Magenta #DD41DD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.82%

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

R = 43.59%
G = 12.82%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD41DD (or 0xDD41DD) is known color: Free Speech Magenta. HEX triplet: DD, 41 and DD. RGB value is (221,65,221). Sum of RGB (Red+Green+Blue) = 221+65+221=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 65 (25.78% from 255 or 12.82% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD41DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD41DD is #22BE22. Grayscale: #808080. Windows color (decimal): -2276899 or 14500317. OLE color: 14500317.

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

Color convert

RGB 221 65 221 -
CMYK 0 0.71 0 0.13
HSL 300º 0.7% 0.56% -
HSV(B) 300º 0.71% 0.87% -
XYZ 44.76 24.37 70.75 -
YUV 129.43 179.68 193.32 -
System Red Green Blue C M Y K H S L
Decimal 221 65 221 0 0.71 0 0.13 300 0.7 0.56
Hex DD 41 DD 0 47 0 D 12C 46 38
Octal 335 101 335 0 107 0 15 454 106 70
Binary 11011101 1000001 11011101 0 1000111 0 1101 100101100 1000110 111000

Color Harmonies of #DD41DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD41DD

Black with #DD41DD

Text Example


Text Example

White with #DD41DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD41DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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