#DF61C6

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

Shades of Free Speech Magenta #DF61C6

Tints of Free Speech Magenta #DF61C6

Color information

#DF61C6 (or 0xDF61C6) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 61 and C6. RGB value is (223,97,198). Sum of RGB (Red+Green+Blue) = 223+97+198=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF61C6 is #209E39. Grayscale: #919191. Windows color (decimal): -2137658 or 13001183. OLE color: 13001183.

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

Color convert

RGB22397198-
CMYK00.570.110.13
HSL311.9º66.32%62.75%-
HSV(B)311.9º56.5%87.45%-
XYZ44.928.3156.52-
YUV146.19157.24182.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.05%
GREEN value IS 97 (38.28% from 255) = 18.73%
BLUE value IS 198 (77.73% from 255) = 38.22%
R=43.05%
G=18.73%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239719800.570.110.13311.966.3262.75
HexDF61C6039BD138423f
Octal337141306071131547010277
Binary110111111100001110001100111001101111011001110001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF61C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF61C6; }

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

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

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

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

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

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

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

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