#DD65BE

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

Shades of Free Speech Magenta #DD65BE

Tints of Free Speech Magenta #DD65BE

Color information

#DD65BE (or 0xDD65BE) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 65 and BE. RGB value is (221,101,190). Sum of RGB (Red+Green+Blue) = 221+101+190=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65BE is #229A41. Grayscale: #929292. Windows color (decimal): -2267714 or 12477917. OLE color: 12477917.

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

Color convert

RGB221101190-
CMYK00.540.140.13
HSL315.5º63.83%63.14%-
HSV(B)315.5º54.3%86.67%-
XYZ43.7728.451.89-
YUV147.03152.26180.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.16%
GREEN value IS 101 (39.84% from 255) = 19.73%
BLUE value IS 190 (74.61% from 255) = 37.11%
R=43.16%
G=19.73%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110119000.540.140.13315.563.8363.14
HexDD65BE036ED13c403f
Octal335145276066161547410077
Binary110111011100101101111100110110111011011001111001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD65BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD65BE; }

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

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

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

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

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

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

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

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