Html Css Color HEX #DD36DD Free Speech Magenta

📋 copy color: '#DD36DD'

red 221 ◦ green 54 ◦ blue 221

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

Shades of Free Speech Magenta #DD36DD

Tints of Free Speech Magenta #DD36DD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.89%

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

R = 44.56%
G = 10.89%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD36DD (or 0xDD36DD) is known color: Free Speech Magenta. HEX triplet: DD, 36 and DD. RGB value is (221,54,221). Sum of RGB (Red+Green+Blue) = 221+54+221=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 54 (21.48% from 255 or 10.89% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD36DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD36DD is #22C922. Grayscale: #7A7A7A. Windows color (decimal): -2279715 or 14497501. OLE color: 14497501.

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

Color convert

RGB 221 54 221 -
CMYK 0 0.76 0 0.13
HSL 300º 0.71% 0.54% -
HSV(B) 300º 0.76% 0.87% -
XYZ 44.19 23.23 70.56 -
YUV 122.97 183.33 197.92 -
System Red Green Blue C M Y K H S L
Decimal 221 54 221 0 0.76 0 0.13 300 0.71 0.54
Hex DD 36 DD 0 4C 0 D 12C 47 36
Octal 335 66 335 0 114 0 15 454 107 66
Binary 11011101 110110 11011101 0 1001100 0 1101 100101100 1000111 110110

Color Harmonies of #DD36DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD36DD

Black with #DD36DD

Text Example


Text Example

White with #DD36DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD36DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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