Html Css Color HEX #DD36D5 Free Speech Magenta

📋 copy color: '#DD36D5'

red 221 ◦ green 54 ◦ blue 213

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

Shades of Free Speech Magenta #DD36D5

Tints of Free Speech Magenta #DD36D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.65%

R = 45.29%
G = 11.07%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD36D5 (or 0xDD36D5) is known color: Free Speech Magenta. HEX triplet: DD, 36 and D5. RGB value is (221,54,213). Sum of RGB (Red+Green+Blue) = 221+54+213=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 54 (21.48% from 255 or 11.07% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD36D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD36D5 is #22C92A. Grayscale: #797979. Windows color (decimal): -2279723 or 13973213. OLE color: 13973213.

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

Color convert

RGB 221 54 213 -
CMYK 0 0.76 0.04 0.13
HSL 302.87º 0.71% 0.54% -
HSV(B) 302.87º 0.76% 0.87% -
XYZ 43.15 22.81 65.08 -
YUV 122.06 179.33 198.57 -
System Red Green Blue C M Y K H S L
Decimal 221 54 213 0 0.76 0.04 0.13 302.87 0.71 0.54
Hex DD 36 D5 0 4C 4 D 12F 47 36
Octal 335 66 325 0 114 4 15 457 107 66
Binary 11011101 110110 11010101 0 1001100 100 1101 100101111 1000111 110110

Color Harmonies of #DD36D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD36D5

Black with #DD36D5

Text Example


Text Example

White with #DD36D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD36D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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