#DD64BD

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

Shades of Free Speech Magenta #DD64BD

Tints of Free Speech Magenta #DD64BD

Color information

#DD64BD (or 0xDD64BD) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 64 and BD. RGB value is (221,100,189). Sum of RGB (Red+Green+Blue) = 221+100+189=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD64BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD64BD is #229B42. Grayscale: #929292. Windows color (decimal): -2267971 or 12412125. OLE color: 12412125.

HSL color Cylindrical-coordinate representation of color #DD64BD: hue angle of 315.87º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD64BD is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB221100189-
CMYK00.550.140.13
HSL315.87º64.02%62.94%-
HSV(B)315.87º54.75%86.67%-
XYZ43.5628.1651.28-
YUV146.32152.09181.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.33%
GREEN value IS 100 (39.45% from 255) = 19.61%
BLUE value IS 189 (74.22% from 255) = 37.06%
R=43.33%
G=19.61%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110018900.550.140.13315.8764.0262.94
HexDD64BD037ED13c403f
Octal335144275067161547410077
Binary110111011100100101111010110111111011011001111001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD64BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD64BD; }

 p { color: rgb(221,100,189); }

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

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

 a { background-color: rgb(221,100,189); }

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

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

 span { border-color: rgb(221,100,189); }

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