#DF61D1

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

Shades of Free Speech Magenta #DF61D1

Tints of Free Speech Magenta #DF61D1

Color information

#DF61D1 (or 0xDF61D1) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 61 and D1. RGB value is (223,97,209). Sum of RGB (Red+Green+Blue) = 223+97+209=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 97 (38.28% from 255 or 18.34% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF61D1 is #209E2E. Grayscale: #939393. Windows color (decimal): -2137647 or 13722079. OLE color: 13722079.

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

Color convert

RGB22397209-
CMYK00.570.060.13
HSL306.67º66.32%62.75%-
HSV(B)306.67º56.5%87.45%-
XYZ46.2128.8463.45-
YUV147.44162.74181.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.16%
GREEN value IS 97 (38.28% from 255) = 18.34%
BLUE value IS 209 (82.03% from 255) = 39.51%
R=42.16%
G=18.34%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239720900.570.060.13306.6766.3262.75
HexDF61D10396D133423f
Octal33714132107161546310277
Binary11011111110000111010001011100111011011001100111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF61D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF61D1; }

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

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

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

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

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

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

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

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