Html Css Color HEX #DD33ED Free Speech Magenta

📋 copy color: '#DD33ED'

red 221 ◦ green 51 ◦ blue 237

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

Shades of Free Speech Magenta #DD33ED

Tints of Free Speech Magenta #DD33ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.56%

R = 43.42%
G = 10.02%
B = 46.56%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD33ED (or 0xDD33ED) is known color: Free Speech Magenta. HEX triplet: DD, 33 and ED. RGB value is (221,51,237). Sum of RGB (Red+Green+Blue) = 221+51+237=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 51 (20.31% from 255 or 10.02% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD33ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD33ED is #22CC12. Grayscale: #7A7A7A. Windows color (decimal): -2280467 or 15545309. OLE color: 15545309.

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

Color convert

RGB 221 51 237 -
CMYK 0.07 0.78 0 0.07
HSL 294.84º 0.84% 0.56% -
HSV(B) 294.84º 0.78% 0.93% -
XYZ 46.29 23.85 82.29 -
YUV 123.03 192.32 197.88 -
System Red Green Blue C M Y K H S L
Decimal 221 51 237 0.07 0.78 0 0.07 294.84 0.84 0.56
Hex DD 33 ED 7 4E 0 7 127 54 38
Octal 335 63 355 7 116 0 7 447 124 70
Binary 11011101 110011 11101101 111 1001110 0 111 100100111 1010100 111000

Color Harmonies of #DD33ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD33ED

Black with #DD33ED

Text Example


Text Example

White with #DD33ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD33ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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