Html Css Color HEX #DD51C7 Free Speech Magenta

📋 copy color: '#DD51C7'

red 221 ◦ green 81 ◦ blue 199

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

Shades of Free Speech Magenta #DD51C7

Tints of Free Speech Magenta #DD51C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.72%

R = 44.11%
G = 16.17%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD51C7 (or 0xDD51C7) is known color: Free Speech Magenta. HEX triplet: DD, 51 and C7. RGB value is (221,81,199). Sum of RGB (Red+Green+Blue) = 221+81+199=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 81 (32.03% from 255 or 16.17% from 501); Blue value is 199 (78.12% from 255 or 39.72% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51C7 is #22AE38. Grayscale: #878787. Windows color (decimal): -2272825 or 13062621. OLE color: 13062621.

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

Color convert

RGB 221 81 199 -
CMYK 0 0.63 0.10 0.13
HSL 309.43º 0.67% 0.59% -
HSV(B) 309.43º 0.63% 0.87% -
XYZ 43.07 25.38 56.66 -
YUV 136.31 163.38 188.41 -
System Red Green Blue C M Y K H S L
Decimal 221 81 199 0 0.63 0.10 0.13 309.43 0.67 0.59
Hex DD 51 C7 0 3F A D 135 43 3B
Octal 335 121 307 0 77 12 15 465 103 73
Binary 11011101 1010001 11000111 0 111111 1010 1101 100110101 1000011 111011

Color Harmonies of #DD51C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD51C7

Black with #DD51C7

Text Example


Text Example

White with #DD51C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD51C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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