Html Css Color HEX #DD55EE Free Speech Magenta

📋 copy color: '#DD55EE'

red 221 ◦ green 85 ◦ blue 238

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

Shades of Free Speech Magenta #DD55EE

Tints of Free Speech Magenta #DD55EE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.63%

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

R = 40.63%
G = 15.63%
B = 43.75%

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

#DD55EE (or 0xDD55EE) is known color: Free Speech Magenta. HEX triplet: DD, 55 and EE. RGB value is (221,85,238). Sum of RGB (Red+Green+Blue) = 221+85+238=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 85 (33.59% from 255 or 15.62% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD55EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD55EE is #22AA11. Grayscale: #8E8E8E. Windows color (decimal): -2271762 or 15619549. OLE color: 15619549.

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

Color convert

RGB 221 85 238 -
CMYK 0.07 0.64 0 0.07
HSL 293.33º 0.82% 0.63% -
HSV(B) 293.33º 0.64% 0.93% -
XYZ 48.5 28.04 83.75 -
YUV 143.11 181.56 183.56 -
System Red Green Blue C M Y K H S L
Decimal 221 85 238 0.07 0.64 0 0.07 293.33 0.82 0.63
Hex DD 55 EE 7 40 0 7 125 52 3F
Octal 335 125 356 7 100 0 7 445 122 77
Binary 11011101 1010101 11101110 111 1000000 0 111 100100101 1010010 111111

Color Harmonies of #DD55EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD55EE

Black with #DD55EE

Text Example


Text Example

White with #DD55EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD55EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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