#DF64C6

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

Shades of Free Speech Magenta #DF64C6

Tints of Free Speech Magenta #DF64C6

Color information

#DF64C6 (or 0xDF64C6) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 64 and C6. RGB value is (223,100,198). Sum of RGB (Red+Green+Blue) = 223+100+198=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF64C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF64C6 is #209B39. Grayscale: #939393. Windows color (decimal): -2136890 or 13001951. OLE color: 13001951.

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

Color convert

RGB223100198-
CMYK00.550.110.13
HSL312.2º65.78%63.33%-
HSV(B)312.2º55.16%87.45%-
XYZ45.1828.8856.62-
YUV147.95156.25181.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.80%
GREEN value IS 100 (39.45% from 255) = 19.19%
BLUE value IS 198 (77.73% from 255) = 38.00%
R=42.80%
G=19.19%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310019800.550.110.13312.265.7863.33
HexDF64C6037BD138423f
Octal337144306067131547010277
Binary110111111100100110001100110111101111011001110001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF64C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF64C6; }

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

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

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

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

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

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

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

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