Html Css Color HEX #DD34ED Free Speech Magenta

📋 copy color: '#DD34ED'

red 221 ◦ green 52 ◦ blue 237

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

Shades of Free Speech Magenta #DD34ED

Tints of Free Speech Magenta #DD34ED

RGB

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

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

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

R = 43.33%
G = 10.2%
B = 46.47%

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

#DD34ED (or 0xDD34ED) is known color: Free Speech Magenta. HEX triplet: DD, 34 and ED. RGB value is (221,52,237). Sum of RGB (Red+Green+Blue) = 221+52+237=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 52 (20.70% from 255 or 10.20% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD34ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD34ED is #22CB12. Grayscale: #7B7B7B. Windows color (decimal): -2280211 or 15545565. OLE color: 15545565.

HSL color Cylindrical-coordinate representation of color #DD34ED: hue angle of 294.81º degrees, saturation: 0.84, 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 #DD34ED is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 52 237 -
CMYK 0.07 0.78 0 0.07
HSL 294.81º 0.84% 0.57% -
HSV(B) 294.81º 0.78% 0.93% -
XYZ 46.33 23.94 82.3 -
YUV 123.62 191.99 197.46 -
System Red Green Blue C M Y K H S L
Decimal 221 52 237 0.07 0.78 0 0.07 294.81 0.84 0.57
Hex DD 34 ED 7 4E 0 7 127 54 39
Octal 335 64 355 7 116 0 7 447 124 71
Binary 11011101 110100 11101101 111 1001110 0 111 100100111 1010100 111001

Color Harmonies of #DD34ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD34ED

Black with #DD34ED

Text Example


Text Example

White with #DD34ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD34ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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