Html Css Color HEX #DD33EF Free Speech Magenta

📋 copy color: '#DD33EF'

red 221 ◦ green 51 ◦ blue 239

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

Shades of Free Speech Magenta #DD33EF

Tints of Free Speech Magenta #DD33EF

RGB

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

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

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

R = 43.25%
G = 9.98%
B = 46.77%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD33EF (or 0xDD33EF) is known color: Free Speech Magenta. HEX triplet: DD, 33 and EF. RGB value is (221,51,239). Sum of RGB (Red+Green+Blue) = 221+51+239=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 51 (20.31% from 255 or 9.98% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD33EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD33EF is #22CC10. Grayscale: #7A7A7A. Windows color (decimal): -2280465 or 15676381. OLE color: 15676381.

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

Color convert

RGB 221 51 239 -
CMYK 0.08 0.79 0 0.06
HSL 294.26º 0.85% 0.57% -
HSV(B) 294.26º 0.79% 0.94% -
XYZ 46.58 23.97 83.83 -
YUV 123.26 193.32 197.71 -
System Red Green Blue C M Y K H S L
Decimal 221 51 239 0.08 0.79 0 0.06 294.26 0.85 0.57
Hex DD 33 EF 8 4F 0 6 126 55 39
Octal 335 63 357 10 117 0 6 446 125 71
Binary 11011101 110011 11101111 1000 1001111 0 110 100100110 1010101 111001

Color Harmonies of #DD33EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD33EF

Black with #DD33EF

Text Example


Text Example

White with #DD33EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD33EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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