Html Css Color HEX #DD51D5 Free Speech Magenta

📋 copy color: '#DD51D5'

red 221 ◦ green 81 ◦ blue 213

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

Shades of Free Speech Magenta #DD51D5

Tints of Free Speech Magenta #DD51D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.36%

R = 42.91%
G = 15.73%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD51D5 (or 0xDD51D5) is known color: Free Speech Magenta. HEX triplet: DD, 51 and D5. RGB value is (221,81,213). Sum of RGB (Red+Green+Blue) = 221+81+213=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 81 (32.03% from 255 or 15.73% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51D5 is #22AE2A. Grayscale: #898989. Windows color (decimal): -2272811 or 13980125. OLE color: 13980125.

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

Color convert

RGB 221 81 213 -
CMYK 0 0.63 0.04 0.13
HSL 303.43º 0.67% 0.59% -
HSV(B) 303.43º 0.63% 0.87% -
XYZ 44.77 26.06 65.62 -
YUV 137.91 170.38 187.27 -
System Red Green Blue C M Y K H S L
Decimal 221 81 213 0 0.63 0.04 0.13 303.43 0.67 0.59
Hex DD 51 D5 0 3F 4 D 12F 43 3B
Octal 335 121 325 0 77 4 15 457 103 73
Binary 11011101 1010001 11010101 0 111111 100 1101 100101111 1000011 111011

Color Harmonies of #DD51D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD51D5

Black with #DD51D5

Text Example


Text Example

White with #DD51D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD51D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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