Html Css Color HEX #DD34EE Free Speech Magenta

📋 copy color: '#DD34EE'

red 221 ◦ green 52 ◦ blue 238

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

Shades of Free Speech Magenta #DD34EE

Tints of Free Speech Magenta #DD34EE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.18%

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

R = 43.25%
G = 10.18%
B = 46.58%

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

#DD34EE (or 0xDD34EE) is known color: Free Speech Magenta. HEX triplet: DD, 34 and EE. RGB value is (221,52,238). Sum of RGB (Red+Green+Blue) = 221+52+238=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 52 (20.70% from 255 or 10.18% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD34EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD34EE is #22CB11. Grayscale: #7B7B7B. Windows color (decimal): -2280210 or 15611101. OLE color: 15611101.

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

Color convert

RGB 221 52 238 -
CMYK 0.07 0.78 0 0.07
HSL 294.52º 0.85% 0.57% -
HSV(B) 294.52º 0.78% 0.93% -
XYZ 46.48 24 83.07 -
YUV 123.74 192.49 197.38 -
System Red Green Blue C M Y K H S L
Decimal 221 52 238 0.07 0.78 0 0.07 294.52 0.85 0.57
Hex DD 34 EE 7 4E 0 7 127 55 39
Octal 335 64 356 7 116 0 7 447 125 71
Binary 11011101 110100 11101110 111 1001110 0 111 100100111 1010101 111001

Color Harmonies of #DD34EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD34EE

Black with #DD34EE

Text Example


Text Example

White with #DD34EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD34EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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