#DD65B9

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

Shades of Free Speech Magenta #DD65B9

Tints of Free Speech Magenta #DD65B9

Color information

#DD65B9 (or 0xDD65B9) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 65 and B9. RGB value is (221,101,185). Sum of RGB (Red+Green+Blue) = 221+101+185=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65B9 is #229A46. Grayscale: #929292. Windows color (decimal): -2267719 or 12150237. OLE color: 12150237.

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

Color convert

RGB221101185-
CMYK00.540.160.13
HSL318º63.83%63.14%-
HSV(B)318º54.3%86.67%-
XYZ43.2328.1849.06-
YUV146.46149.76181.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.59%
GREEN value IS 101 (39.84% from 255) = 19.92%
BLUE value IS 185 (72.66% from 255) = 36.49%
R=43.59%
G=19.92%
B=36.49%

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
Decimal22110118500.540.160.1331863.8363.14
HexDD65B903610D13e403f
Octal335145271066201547610077
Binary1101110111001011011100101101101000011011001111101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD65B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD65B9; }

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

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

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

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

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

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

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

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