#DF61B9

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

Shades of Free Speech Magenta #DF61B9

Tints of Free Speech Magenta #DF61B9

Color information

#DF61B9 (or 0xDF61B9) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 61 and B9. RGB value is (223,97,185). Sum of RGB (Red+Green+Blue) = 223+97+185=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 97 (38.28% from 255 or 19.21% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF61B9 is #209E46. Grayscale: #909090. Windows color (decimal): -2137671 or 12149215. OLE color: 12149215.

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

Color convert

RGB22397185-
CMYK00.570.170.13
HSL318.1º66.32%62.75%-
HSV(B)318.1º56.5%87.45%-
XYZ43.4627.7448.96-
YUV144.71150.74183.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.16%
GREEN value IS 97 (38.28% from 255) = 19.21%
BLUE value IS 185 (72.66% from 255) = 36.63%
R=44.16%
G=19.21%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239718500.570.170.13318.166.3262.75
HexDF61B903911D13e423f
Octal337141271071211547610277
Binary1101111111000011011100101110011000111011001111101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF61B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF61B9; }

 p { color: rgb(223,97,185); }

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

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

 a { background-color: rgb(223,97,185); }

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

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

 span { border-color: rgb(223,97,185); }

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