Html Css Color HEX #DD34DD Free Speech Magenta

📋 copy color: '#DD34DD'

red 221 ◦ green 52 ◦ blue 221

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

Shades of Free Speech Magenta #DD34DD

Tints of Free Speech Magenta #DD34DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 44.74%
G = 10.53%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD34DD (or 0xDD34DD) is known color: Free Speech Magenta. HEX triplet: DD, 34 and DD. RGB value is (221,52,221). Sum of RGB (Red+Green+Blue) = 221+52+221=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 52 (20.70% from 255 or 10.53% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD34DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD34DD is #22CB22. Grayscale: #797979. Windows color (decimal): -2280227 or 14496989. OLE color: 14496989.

HSL color Cylindrical-coordinate representation of color #DD34DD: hue angle of 300º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD34DD is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 52 221 -
CMYK 0 0.76 0 0.13
HSL 300º 0.71% 0.54% -
HSV(B) 300º 0.76% 0.87% -
XYZ 44.1 23.05 70.53 -
YUV 121.8 183.99 198.76 -
System Red Green Blue C M Y K H S L
Decimal 221 52 221 0 0.76 0 0.13 300 0.71 0.54
Hex DD 34 DD 0 4C 0 D 12C 47 36
Octal 335 64 335 0 114 0 15 454 107 66
Binary 11011101 110100 11011101 0 1001100 0 1101 100101100 1000111 110110

Color Harmonies of #DD34DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD34DD

Black with #DD34DD

Text Example


Text Example

White with #DD34DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD34DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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