#DF64BB

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

Shades of Free Speech Magenta #DF64BB

Tints of Free Speech Magenta #DF64BB

Color information

#DF64BB (or 0xDF64BB) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 64 and BB. RGB value is (223,100,187). Sum of RGB (Red+Green+Blue) = 223+100+187=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF64BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF64BB is #209B44. Grayscale: #929292. Windows color (decimal): -2136901 or 12281055. OLE color: 12281055.

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

Color convert

RGB223100187-
CMYK00.550.160.13
HSL317.56º65.78%63.33%-
HSV(B)317.56º55.16%87.45%-
XYZ43.9628.3950.18-
YUV146.7150.75182.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.73%
GREEN value IS 100 (39.45% from 255) = 19.61%
BLUE value IS 187 (73.44% from 255) = 36.67%
R=43.73%
G=19.61%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310018700.550.160.13317.5665.7863.33
HexDF64BB03710D13e423f
Octal337144273067201547610277
Binary1101111111001001011101101101111000011011001111101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF64BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF64BB; }

 p { color: rgb(223,100,187); }

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

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

 a { background-color: rgb(223,100,187); }

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

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

 span { border-color: rgb(223,100,187); }

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