#DF64DF

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

Shades of Free Speech Magenta #DF64DF

Tints of Free Speech Magenta #DF64DF

Color information

#DF64DF (or 0xDF64DF) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 64 and DF. RGB value is (223,100,223). Sum of RGB (Red+Green+Blue) = 223+100+223=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 100 (39.45% from 255 or 18.32% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF64DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF64DF is #209B20. Grayscale: #969696. Windows color (decimal): -2136865 or 14640351. OLE color: 14640351.

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

Color convert

RGB223100223-
CMYK00.5500.13
HSL300º65.78%63.33%-
HSV(B)300º55.16%87.45%-
XYZ48.3130.1373.08-
YUV150.8168.75179.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.84%
GREEN value IS 100 (39.45% from 255) = 18.32%
BLUE value IS 223 (87.5% from 255) = 40.84%
R=40.84%
G=18.32%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310022300.5500.1330065.7863.33
HexDF64DF0370D12c423f
Octal33714433706701545410277
Binary110111111100100110111110110111011011001011001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF64DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF64DF; }

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

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

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

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

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

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

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

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