#DD51CD

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

Shades of Free Speech Magenta #DD51CD

Tints of Free Speech Magenta #DD51CD

Color information

#DD51CD (or 0xDD51CD) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 51 and CD. RGB value is (221,81,205). Sum of RGB (Red+Green+Blue) = 221+81+205=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 81 (32.03% from 255 or 15.98% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51CD is #22AE32. Grayscale: #888888. Windows color (decimal): -2272819 or 13455837. OLE color: 13455837.

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

Color convert

RGB22181205-
CMYK00.630.070.13
HSL306.86º67.31%59.22%-
HSV(B)306.86º63.35%86.67%-
XYZ43.7825.6660.4-
YUV137166.38187.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.59%
GREEN value IS 81 (32.03% from 255) = 15.98%
BLUE value IS 205 (80.47% from 255) = 40.43%
R=43.59%
G=15.98%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218120500.630.070.13306.8667.3159.22
HexDD51CD03F7D133433b
Octal33512131507771546310373
Binary11011101101000111001101011111111111011001100111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD51CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD51CD; }

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

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

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

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

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

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

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

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