Html Css Color HEX #DD44EF Free Speech Magenta

📋 copy color: '#DD44EF'

red 221 ◦ green 68 ◦ blue 239

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

Shades of Free Speech Magenta #DD44EF

Tints of Free Speech Magenta #DD44EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.27%

R = 41.86%
G = 12.88%
B = 45.27%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD44EF (or 0xDD44EF) is known color: Free Speech Magenta. HEX triplet: DD, 44 and EF. RGB value is (221,68,239). Sum of RGB (Red+Green+Blue) = 221+68+239=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 68 (26.95% from 255 or 12.88% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD44EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD44EF is #22BB10. Grayscale: #848484. Windows color (decimal): -2276113 or 15680733. OLE color: 15680733.

HSL color Cylindrical-coordinate representation of color #DD44EF: hue angle of 293.68º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD44EF is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 68 239 -
CMYK 0.08 0.72 0 0.06
HSL 293.68º 0.84% 0.6% -
HSV(B) 293.68º 0.72% 0.94% -
XYZ 47.47 25.74 84.13 -
YUV 133.24 187.69 190.6 -
System Red Green Blue C M Y K H S L
Decimal 221 68 239 0.08 0.72 0 0.06 293.68 0.84 0.6
Hex DD 44 EF 8 48 0 6 126 54 3C
Octal 335 104 357 10 110 0 6 446 124 74
Binary 11011101 1000100 11101111 1000 1001000 0 110 100100110 1010100 111100

Color Harmonies of #DD44EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD44EF

Black with #DD44EF

Text Example


Text Example

White with #DD44EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD44EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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