#DD65BF

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

Shades of Free Speech Magenta #DD65BF

Tints of Free Speech Magenta #DD65BF

Color information

#DD65BF (or 0xDD65BF) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 65 and BF. RGB value is (221,101,191). Sum of RGB (Red+Green+Blue) = 221+101+191=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65BF is #229A40. Grayscale: #929292. Windows color (decimal): -2267713 or 12543453. OLE color: 12543453.

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

Color convert

RGB221101191-
CMYK00.540.140.13
HSL315º63.83%63.14%-
HSV(B)315º54.3%86.67%-
XYZ43.8828.4452.47-
YUV147.14152.76180.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.08%
GREEN value IS 101 (39.84% from 255) = 19.69%
BLUE value IS 191 (75% from 255) = 37.23%
R=43.08%
G=19.69%
B=37.23%

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
Decimal22110119100.540.140.1331563.8363.14
HexDD65BF036ED13b403f
Octal335145277066161547310077
Binary110111011100101101111110110110111011011001110111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD65BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD65BF; }

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

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

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

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

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

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

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

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