Html Css Color HEX #DD33EE Free Speech Magenta

📋 copy color: '#DD33EE'

red 221 ◦ green 51 ◦ blue 238

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

Shades of Free Speech Magenta #DD33EE

Tints of Free Speech Magenta #DD33EE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10%

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

R = 43.33%
G = 10%
B = 46.67%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD33EE (or 0xDD33EE) is known color: Free Speech Magenta. HEX triplet: DD, 33 and EE. RGB value is (221,51,238). Sum of RGB (Red+Green+Blue) = 221+51+238=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 51 (20.31% from 255 or 10% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD33EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD33EE is #22CC11. Grayscale: #7A7A7A. Windows color (decimal): -2280466 or 15610845. OLE color: 15610845.

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

Color convert

RGB 221 51 238 -
CMYK 0.07 0.79 0 0.07
HSL 294.55º 0.85% 0.57% -
HSV(B) 294.55º 0.79% 0.93% -
XYZ 46.44 23.91 83.06 -
YUV 123.15 192.82 197.79 -
System Red Green Blue C M Y K H S L
Decimal 221 51 238 0.07 0.79 0 0.07 294.55 0.85 0.57
Hex DD 33 EE 7 4F 0 7 127 55 39
Octal 335 63 356 7 117 0 7 447 125 71
Binary 11011101 110011 11101110 111 1001111 0 111 100100111 1010101 111001

Color Harmonies of #DD33EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD33EE

Black with #DD33EE

Text Example


Text Example

White with #DD33EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD33EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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