Html Css Color HEX #DD33D9 Free Speech Magenta

📋 copy color: '#DD33D9'

red 221 ◦ green 51 ◦ blue 217

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

Shades of Free Speech Magenta #DD33D9

Tints of Free Speech Magenta #DD33D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.38%

R = 45.19%
G = 10.43%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD33D9 (or 0xDD33D9) is known color: Free Speech Magenta. HEX triplet: DD, 33 and D9. RGB value is (221,51,217). Sum of RGB (Red+Green+Blue) = 221+51+217=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 51 (20.31% from 255 or 10.43% from 489); Blue value is 217 (85.16% from 255 or 44.38% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD33D9 is #22CC26. Grayscale: #787878. Windows color (decimal): -2280487 or 14234589. OLE color: 14234589.

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

Color convert

RGB 221 51 217 -
CMYK 0 0.77 0.02 0.13
HSL 301.41º 0.71% 0.53% -
HSV(B) 301.41º 0.77% 0.87% -
XYZ 43.53 22.75 67.74 -
YUV 120.75 182.32 199.5 -
System Red Green Blue C M Y K H S L
Decimal 221 51 217 0 0.77 0.02 0.13 301.41 0.71 0.53
Hex DD 33 D9 0 4D 2 D 12D 47 35
Octal 335 63 331 0 115 2 15 455 107 65
Binary 11011101 110011 11011001 0 1001101 10 1101 100101101 1000111 110101

Color Harmonies of #DD33D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD33D9

Black with #DD33D9

Text Example


Text Example

White with #DD33D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD33D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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