Html Css Color HEX #DD34DB Free Speech Magenta

📋 copy color: '#DD34DB'

red 221 ◦ green 52 ◦ blue 219

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

Shades of Free Speech Magenta #DD34DB

Tints of Free Speech Magenta #DD34DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.51%

R = 44.92%
G = 10.57%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD34DB (or 0xDD34DB) is known color: Free Speech Magenta. HEX triplet: DD, 34 and DB. RGB value is (221,52,219). Sum of RGB (Red+Green+Blue) = 221+52+219=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 52 (20.70% from 255 or 10.57% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD34DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD34DB is #22CB24. Grayscale: #797979. Windows color (decimal): -2280229 or 14365917. OLE color: 14365917.

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

Color convert

RGB 221 52 219 -
CMYK 0 0.76 0.01 0.13
HSL 300.71º 0.71% 0.54% -
HSV(B) 300.71º 0.76% 0.87% -
XYZ 43.83 22.94 69.14 -
YUV 121.57 182.99 198.92 -
System Red Green Blue C M Y K H S L
Decimal 221 52 219 0 0.76 0.01 0.13 300.71 0.71 0.54
Hex DD 34 DB 0 4C 1 D 12D 47 36
Octal 335 64 333 0 114 1 15 455 107 66
Binary 11011101 110100 11011011 0 1001100 1 1101 100101101 1000111 110110

Color Harmonies of #DD34DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD34DB

Black with #DD34DB

Text Example


Text Example

White with #DD34DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD34DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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