Html Css Color HEX #DD34D8 Free Speech Magenta

📋 copy color: '#DD34D8'

red 221 ◦ green 52 ◦ blue 216

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

Shades of Free Speech Magenta #DD34D8

Tints of Free Speech Magenta #DD34D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.17%

R = 45.19%
G = 10.63%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD34D8 (or 0xDD34D8) is known color: Free Speech Magenta. HEX triplet: DD, 34 and D8. RGB value is (221,52,216). Sum of RGB (Red+Green+Blue) = 221+52+216=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 52 (20.70% from 255 or 10.63% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD34D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD34D8 is #22CB27. Grayscale: #787878. Windows color (decimal): -2280232 or 14169309. OLE color: 14169309.

HSL color Cylindrical-coordinate representation of color #DD34D8: hue angle of 301.78º 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 #DD34D8 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 52 216 -
CMYK 0 0.76 0.02 0.13
HSL 301.78º 0.71% 0.54% -
HSV(B) 301.78º 0.76% 0.87% -
XYZ 43.44 22.79 67.07 -
YUV 121.23 181.49 199.16 -
System Red Green Blue C M Y K H S L
Decimal 221 52 216 0 0.76 0.02 0.13 301.78 0.71 0.54
Hex DD 34 D8 0 4C 2 D 12E 47 36
Octal 335 64 330 0 114 2 15 456 107 66
Binary 11011101 110100 11011000 0 1001100 10 1101 100101110 1000111 110110

Color Harmonies of #DD34D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD34D8

Black with #DD34D8

Text Example


Text Example

White with #DD34D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD34D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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