Html Css Color HEX #DD56EE Free Speech Magenta

📋 copy color: '#DD56EE'

red 221 ◦ green 86 ◦ blue 238

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

Shades of Free Speech Magenta #DD56EE

Tints of Free Speech Magenta #DD56EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.67%

R = 40.55%
G = 15.78%
B = 43.67%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD56EE (or 0xDD56EE) is known color: Free Speech Magenta. HEX triplet: DD, 56 and EE. RGB value is (221,86,238). Sum of RGB (Red+Green+Blue) = 221+86+238=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 86 (33.98% from 255 or 15.78% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD56EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD56EE is #22A911. Grayscale: #8F8F8F. Windows color (decimal): -2271506 or 15619805. OLE color: 15619805.

HSL color Cylindrical-coordinate representation of color #DD56EE: hue angle of 293.29º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD56EE is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 86 238 -
CMYK 0.07 0.64 0 0.07
HSL 293.29º 0.82% 0.64% -
HSV(B) 293.29º 0.64% 0.93% -
XYZ 48.58 28.2 83.77 -
YUV 143.69 181.23 183.14 -
System Red Green Blue C M Y K H S L
Decimal 221 86 238 0.07 0.64 0 0.07 293.29 0.82 0.64
Hex DD 56 EE 7 40 0 7 125 52 40
Octal 335 126 356 7 100 0 7 445 122 100
Binary 11011101 1010110 11101110 111 1000000 0 111 100100101 1010010 1000000

Color Harmonies of #DD56EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD56EE

Black with #DD56EE

Text Example


Text Example

White with #DD56EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD56EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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