Html Css Color HEX #DD56DD Free Speech Magenta

📋 copy color: '#DD56DD'

red 221 ◦ green 86 ◦ blue 221

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

Shades of Free Speech Magenta #DD56DD

Tints of Free Speech Magenta #DD56DD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.29%

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

R = 41.86%
G = 16.29%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD56DD (or 0xDD56DD) is known color: Free Speech Magenta. HEX triplet: DD, 56 and DD. RGB value is (221,86,221). Sum of RGB (Red+Green+Blue) = 221+86+221=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 86 (33.98% from 255 or 16.29% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD56DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD56DD is #22A922. Grayscale: #8D8D8D. Windows color (decimal): -2271523 or 14505693. OLE color: 14505693.

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

Color convert

RGB 221 86 221 -
CMYK 0 0.61 0 0.13
HSL 300º 0.67% 0.6% -
HSV(B) 300º 0.61% 0.87% -
XYZ 46.2 27.25 71.23 -
YUV 141.76 172.73 184.52 -
System Red Green Blue C M Y K H S L
Decimal 221 86 221 0 0.61 0 0.13 300 0.67 0.6
Hex DD 56 DD 0 3D 0 D 12C 43 3C
Octal 335 126 335 0 75 0 15 454 103 74
Binary 11011101 1010110 11011101 0 111101 0 1101 100101100 1000011 111100

Color Harmonies of #DD56DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD56DD

Black with #DD56DD

Text Example


Text Example

White with #DD56DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD56DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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