#DD51D7

Color #DD51D7 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DD51D7

Tints of Free Speech Magenta #DD51D7

Color information

#DD51D7 (or 0xDD51D7) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 51 and D7. RGB value is (221,81,215). Sum of RGB (Red+Green+Blue) = 221+81+215=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 81 (32.03% from 255 or 15.67% from 517); Blue value is 215 (84.38% from 255 or 41.59% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51D7 is #22AE28. Grayscale: #898989. Windows color (decimal): -2272809 or 14111197. OLE color: 14111197.

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

Color convert

RGB22181215-
CMYK00.630.030.13
HSL302.57º67.31%59.22%-
HSV(B)302.57º63.35%86.67%-
XYZ45.0326.1666.97-
YUV138.14171.38187.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.75%
GREEN value IS 81 (32.03% from 255) = 15.67%
BLUE value IS 215 (84.38% from 255) = 41.59%
R=42.75%
G=15.67%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218121500.630.030.13302.5767.3159.22
HexDD51D703F3D12f433b
Octal33512132707731545710373
Binary1101110110100011101011101111111111011001011111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD51D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD51D7; }

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

 H1.HeaderClassName
 {
   color: #DD51D7;
 }
 .AnyTagClassName
 {
   color: #DD51D7;
 }
</style>
background-color css

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

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

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

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

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

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