Html Css Color HEX #DD44EC Free Speech Magenta

📋 copy color: '#DD44EC'

red 221 ◦ green 68 ◦ blue 236

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

Shades of Free Speech Magenta #DD44EC

Tints of Free Speech Magenta #DD44EC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.95%

 BLUE value IS 236 (92.58% from 255) = 44.95%

R = 42.1%
G = 12.95%
B = 44.95%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD44EC (or 0xDD44EC) is known color: Free Speech Magenta. HEX triplet: DD, 44 and EC. RGB value is (221,68,236). Sum of RGB (Red+Green+Blue) = 221+68+236=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 68 (26.95% from 255 or 12.95% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD44EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD44EC is #22BB13. Grayscale: #848484. Windows color (decimal): -2276116 or 15484125. OLE color: 15484125.

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

Color convert

RGB 221 68 236 -
CMYK 0.06 0.71 0 0.07
HSL 294.64º 0.82% 0.6% -
HSV(B) 294.64º 0.71% 0.93% -
XYZ 47.03 25.56 81.81 -
YUV 132.9 186.19 190.84 -
System Red Green Blue C M Y K H S L
Decimal 221 68 236 0.06 0.71 0 0.07 294.64 0.82 0.6
Hex DD 44 EC 6 47 0 7 127 52 3C
Octal 335 104 354 6 107 0 7 447 122 74
Binary 11011101 1000100 11101100 110 1000111 0 111 100100111 1010010 111100

Color Harmonies of #DD44EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD44EC

Black with #DD44EC

Text Example


Text Example

White with #DD44EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD44EC; }

 p { color: rgb(221,68,236); }

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

background-color css

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

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

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

border-color css

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

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

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