#DD65BA

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

Shades of Free Speech Magenta #DD65BA

Tints of Free Speech Magenta #DD65BA

Color information

#DD65BA (or 0xDD65BA) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 65 and BA. RGB value is (221,101,186). Sum of RGB (Red+Green+Blue) = 221+101+186=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65BA is #229A45. Grayscale: #929292. Windows color (decimal): -2267718 or 12215773. OLE color: 12215773.

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

Color convert

RGB221101186-
CMYK00.540.160.13
HSL317.5º63.83%63.14%-
HSV(B)317.5º54.3%86.67%-
XYZ43.3428.2249.62-
YUV146.57150.26181.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.50%
GREEN value IS 101 (39.84% from 255) = 19.88%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=43.50%
G=19.88%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110118600.540.160.13317.563.8363.14
HexDD65BA03610D13e403f
Octal335145272066201547610077
Binary1101110111001011011101001101101000011011001111101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD65BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD65BA; }

 p { color: rgb(221,101,186); }

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

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

 a { background-color: rgb(221,101,186); }

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

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

 span { border-color: rgb(221,101,186); }

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