#DD51D2

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

Shades of Free Speech Magenta #DD51D2

Tints of Free Speech Magenta #DD51D2

Color information

#DD51D2 (or 0xDD51D2) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 51 and D2. RGB value is (221,81,210). Sum of RGB (Red+Green+Blue) = 221+81+210=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 81 (32.03% from 255 or 15.82% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51D2 is #22AE2D. Grayscale: #898989. Windows color (decimal): -2272814 or 13783517. OLE color: 13783517.

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

Color convert

RGB22181210-
CMYK00.630.050.13
HSL304.71º67.31%59.22%-
HSV(B)304.71º63.35%86.67%-
XYZ44.3925.9163.63-
YUV137.57168.88187.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.16%
GREEN value IS 81 (32.03% from 255) = 15.82%
BLUE value IS 210 (82.42% from 255) = 41.02%
R=43.16%
G=15.82%
B=41.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218121000.630.050.13304.7167.3159.22
HexDD51D203F5D131433b
Octal33512132207751546110373
Binary11011101101000111010010011111110111011001100011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD51D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD51D2; }

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

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

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

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

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

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

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

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