Html Css Color HEX #DD44EE Free Speech Magenta

📋 copy color: '#DD44EE'

red 221 ◦ green 68 ◦ blue 238

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

Shades of Free Speech Magenta #DD44EE

Tints of Free Speech Magenta #DD44EE

RGB

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

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

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

R = 41.94%
G = 12.9%
B = 45.16%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD44EE (or 0xDD44EE) is known color: Free Speech Magenta. HEX triplet: DD, 44 and EE. RGB value is (221,68,238). Sum of RGB (Red+Green+Blue) = 221+68+238=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 68 (26.95% from 255 or 12.90% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD44EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD44EE is #22BB11. Grayscale: #848484. Windows color (decimal): -2276114 or 15615197. OLE color: 15615197.

HSL color Cylindrical-coordinate representation of color #DD44EE: hue angle of 294º degrees, saturation: 0.83, 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 #DD44EE is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 68 238 -
CMYK 0.07 0.71 0 0.07
HSL 294º 0.83% 0.6% -
HSV(B) 294º 0.71% 0.93% -
XYZ 47.32 25.68 83.35 -
YUV 133.13 187.19 190.68 -
System Red Green Blue C M Y K H S L
Decimal 221 68 238 0.07 0.71 0 0.07 294 0.83 0.6
Hex DD 44 EE 7 47 0 7 126 53 3C
Octal 335 104 356 7 107 0 7 446 123 74
Binary 11011101 1000100 11101110 111 1000111 0 111 100100110 1010011 111100

Color Harmonies of #DD44EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD44EE

Black with #DD44EE

Text Example


Text Example

White with #DD44EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD44EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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