Html Css Color HEX #DD50EE Free Speech Magenta

📋 copy color: '#DD50EE'

red 221 ◦ green 80 ◦ blue 238

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

Shades of Free Speech Magenta #DD50EE

Tints of Free Speech Magenta #DD50EE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.84%

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

R = 41%
G = 14.84%
B = 44.16%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD50EE (or 0xDD50EE) is known color: Free Speech Magenta. HEX triplet: DD, 50 and EE. RGB value is (221,80,238). Sum of RGB (Red+Green+Blue) = 221+80+238=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 80 (31.64% from 255 or 14.84% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD50EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD50EE is #22AF11. Grayscale: #8B8B8B. Windows color (decimal): -2273042 or 15618269. OLE color: 15618269.

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

Color convert

RGB 221 80 238 -
CMYK 0.07 0.66 0 0.07
HSL 293.54º 0.82% 0.62% -
HSV(B) 293.54º 0.66% 0.93% -
XYZ 48.12 27.28 83.62 -
YUV 140.17 183.21 185.65 -
System Red Green Blue C M Y K H S L
Decimal 221 80 238 0.07 0.66 0 0.07 293.54 0.82 0.62
Hex DD 50 EE 7 42 0 7 126 52 3E
Octal 335 120 356 7 102 0 7 446 122 76
Binary 11011101 1010000 11101110 111 1000010 0 111 100100110 1010010 111110

Color Harmonies of #DD50EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD50EE

Black with #DD50EE

Text Example


Text Example

White with #DD50EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD50EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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