Html Css Color HEX #DD61DD Free Speech Magenta

📋 copy color: '#DD61DD'

red 221 ◦ green 97 ◦ blue 221

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

Shades of Free Speech Magenta #DD61DD

Tints of Free Speech Magenta #DD61DD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18%

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

R = 41%
G = 18%
B = 41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD61DD (or 0xDD61DD) is known color: Free Speech Magenta. HEX triplet: DD, 61 and DD. RGB value is (221,97,221). Sum of RGB (Red+Green+Blue) = 221+97+221=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 97 (38.28% from 255 or 18.00% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD61DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD61DD is #229E22. Grayscale: #939393. Windows color (decimal): -2268707 or 14508509. OLE color: 14508509.

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

Color convert

RGB 221 97 221 -
CMYK 0 0.56 0 0.13
HSL 300º 0.65% 0.62% -
HSV(B) 300º 0.56% 0.87% -
XYZ 47.14 29.14 71.55 -
YUV 148.21 169.08 179.92 -
System Red Green Blue C M Y K H S L
Decimal 221 97 221 0 0.56 0 0.13 300 0.65 0.62
Hex DD 61 DD 0 38 0 D 12C 41 3E
Octal 335 141 335 0 70 0 15 454 101 76
Binary 11011101 1100001 11011101 0 111000 0 1101 100101100 1000001 111110

Color Harmonies of #DD61DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD61DD

Black with #DD61DD

Text Example


Text Example

White with #DD61DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD61DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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