Html Css Color HEX #DD51DD Free Speech Magenta

📋 copy color: '#DD51DD'

red 221 ◦ green 81 ◦ blue 221

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

Shades of Free Speech Magenta #DD51DD

Tints of Free Speech Magenta #DD51DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.26%

R = 42.26%
G = 15.49%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD51DD (or 0xDD51DD) is known color: Free Speech Magenta. HEX triplet: DD, 51 and DD. RGB value is (221,81,221). Sum of RGB (Red+Green+Blue) = 221+81+221=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 81 (32.03% from 255 or 15.49% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD51DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51DD is #22AE22. Grayscale: #8A8A8A. Windows color (decimal): -2272803 or 14504413. OLE color: 14504413.

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

Color convert

RGB 221 81 221 -
CMYK 0 0.63 0 0.13
HSL 300º 0.67% 0.59% -
HSV(B) 300º 0.63% 0.87% -
XYZ 45.81 26.48 71.1 -
YUV 138.82 174.38 186.62 -
System Red Green Blue C M Y K H S L
Decimal 221 81 221 0 0.63 0 0.13 300 0.67 0.59
Hex DD 51 DD 0 3F 0 D 12C 43 3B
Octal 335 121 335 0 77 0 15 454 103 73
Binary 11011101 1010001 11011101 0 111111 0 1101 100101100 1000011 111011

Color Harmonies of #DD51DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD51DD

Black with #DD51DD

Text Example


Text Example

White with #DD51DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD51DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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