#DD51BF

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

Shades of Free Speech Magenta #DD51BF

Tints of Free Speech Magenta #DD51BF

Color information

#DD51BF (or 0xDD51BF) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 51 and BF. RGB value is (221,81,191). Sum of RGB (Red+Green+Blue) = 221+81+191=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 81 (32.03% from 255 or 16.43% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51BF is #22AE40. Grayscale: #878787. Windows color (decimal): -2272833 or 12538333. OLE color: 12538333.

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

Color convert

RGB22181191-
CMYK00.630.140.13
HSL312.86º67.31%59.22%-
HSV(B)312.86º63.35%86.67%-
XYZ42.1725.0251.9-
YUV135.4159.38189.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.83%
GREEN value IS 81 (32.03% from 255) = 16.43%
BLUE value IS 191 (75% from 255) = 38.74%
R=44.83%
G=16.43%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218119100.630.140.13312.8667.3159.22
HexDD51BF03FED139433b
Octal335121277077161547110373
Binary110111011010001101111110111111111011011001110011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD51BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD51BF; }

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

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

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

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

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

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

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

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