Html Css Color HEX #DD33DB Free Speech Magenta

📋 copy color: '#DD33DB'

red 221 ◦ green 51 ◦ blue 219

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

Shades of Free Speech Magenta #DD33DB

Tints of Free Speech Magenta #DD33DB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.39%

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

R = 45.01%
G = 10.39%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD33DB (or 0xDD33DB) is known color: Free Speech Magenta. HEX triplet: DD, 33 and DB. RGB value is (221,51,219). Sum of RGB (Red+Green+Blue) = 221+51+219=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 51 (20.31% from 255 or 10.39% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD33DB is #22CC24. Grayscale: #787878. Windows color (decimal): -2280485 or 14365661. OLE color: 14365661.

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

Color convert

RGB 221 51 219 -
CMYK 0 0.77 0.01 0.13
HSL 300.71º 0.71% 0.53% -
HSV(B) 300.71º 0.77% 0.87% -
XYZ 43.79 22.85 69.12 -
YUV 120.98 183.32 199.34 -
System Red Green Blue C M Y K H S L
Decimal 221 51 219 0 0.77 0.01 0.13 300.71 0.71 0.53
Hex DD 33 DB 0 4D 1 D 12D 47 35
Octal 335 63 333 0 115 1 15 455 107 65
Binary 11011101 110011 11011011 0 1001101 1 1101 100101101 1000111 110101

Color Harmonies of #DD33DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD33DB

Black with #DD33DB

Text Example


Text Example

White with #DD33DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD33DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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