#DF61C7

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

Shades of Free Speech Magenta #DF61C7

Tints of Free Speech Magenta #DF61C7

Color information

#DF61C7 (or 0xDF61C7) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 61 and C7. RGB value is (223,97,199). Sum of RGB (Red+Green+Blue) = 223+97+199=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 97 (38.28% from 255 or 18.69% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF61C7 is #209E38. Grayscale: #929292. Windows color (decimal): -2137657 or 13066719. OLE color: 13066719.

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

Color convert

RGB22397199-
CMYK00.570.110.13
HSL311.43º66.32%62.75%-
HSV(B)311.43º56.5%87.45%-
XYZ45.0128.3657.13-
YUV146.3157.74182.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.97%
GREEN value IS 97 (38.28% from 255) = 18.69%
BLUE value IS 199 (78.12% from 255) = 38.34%
R=42.97%
G=18.69%
B=38.34%

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
Decimal2239719900.570.110.13311.4366.3262.75
HexDF61C7039BD137423f
Octal337141307071131546710277
Binary110111111100001110001110111001101111011001101111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF61C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF61C7; }

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

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

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

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

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

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

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

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