Html Css Color HEX #DD51D9 Free Speech Magenta

📋 copy color: '#DD51D9'

red 221 ◦ green 81 ◦ blue 217

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

Shades of Free Speech Magenta #DD51D9

Tints of Free Speech Magenta #DD51D9

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.61%

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

R = 42.58%
G = 15.61%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD51D9 (or 0xDD51D9) is known color: Free Speech Magenta. HEX triplet: DD, 51 and D9. RGB value is (221,81,217). Sum of RGB (Red+Green+Blue) = 221+81+217=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 81 (32.03% from 255 or 15.61% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51D9 is #22AE26. Grayscale: #898989. Windows color (decimal): -2272807 or 14242269. OLE color: 14242269.

HSL color Cylindrical-coordinate representation of color #DD51D9: hue angle of 301.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD51D9 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 81 217 -
CMYK 0 0.63 0.02 0.13
HSL 301.71º 0.67% 0.59% -
HSV(B) 301.71º 0.63% 0.87% -
XYZ 45.29 26.27 68.33 -
YUV 138.36 172.38 186.94 -
System Red Green Blue C M Y K H S L
Decimal 221 81 217 0 0.63 0.02 0.13 301.71 0.67 0.59
Hex DD 51 D9 0 3F 2 D 12E 43 3B
Octal 335 121 331 0 77 2 15 456 103 73
Binary 11011101 1010001 11011001 0 111111 10 1101 100101110 1000011 111011

Color Harmonies of #DD51D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD51D9

Black with #DD51D9

Text Example


Text Example

White with #DD51D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD51D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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